Html Css Color HEX #2F8AFB Dodger Blue

📋 copy color: '#2F8AFB'

red 47 ◦ green 138 ◦ blue 251

#2F8AFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2F8AFB

Tints of Dodger Blue #2F8AFB

RGB

 RED value IS 47 (18.75% from 255) = 10.78%

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 10.78%
G = 31.65%
B = 57.57%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F8AFB (or 0x2F8AFB) is known color: Dodger Blue. HEX triplet: 2F, 8A and FB. RGB value is (47,138,251). Sum of RGB (Red+Green+Blue) = 47+138+251=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F8AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8AFB is #D07504. Grayscale: #7B7B7B. Windows color (decimal): -13661445 or 16484911. OLE color: 16484911.

HSL color Cylindrical-coordinate representation of color #2F8AFB: hue angle of 213.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F8AFB is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 138 251 -
CMYK 0.81 0.45 0 0.02
HSL 213.24º 0.96% 0.58% -
HSV(B) 213.24º 0.81% 0.98% -
XYZ 27.67 25.75 94.78 -
YUV 123.67 199.85 73.31 -
System Red Green Blue C M Y K H S L
Decimal 47 138 251 0.81 0.45 0 0.02 213.24 0.96 0.58
Hex 2F 8A FB 51 2D 0 2 D5 60 3A
Octal 57 212 373 121 55 0 2 325 140 72
Binary 101111 10001010 11111011 1010001 101101 0 10 11010101 1100000 111010

Color Harmonies of #2F8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8AFB

Black with #2F8AFB

Text Example


Text Example

White with #2F8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F8AFB; }

 p { color: rgb(47,138,251); }

 H1.HeaderClassName
 {
   color: #2F8AFB;
 }
 .AnyTagClassName
 {
   color: #2F8AFB;
 }
</style>

background-color css

<style>
 a { background-color: #2F8AFB; }

 a { background-color: rgb(47,138,251); }

 div.DivClassName
 {
   background-color: #2F8AFB;
 }
 .BgClassName
 {
   background-color: #2F8AFB;
 }
</style>

border-color css

<style>
 span { border-color: #2F8AFB; }

 span { border-color: rgb(47,138,251); }

 td.TdClassName
 {
   border-color: #2F8AFB;
 }
 .TagClassName
 {
   border-color: #2F8AFB;
 }
</style>