Html Css Color HEX #2F8BFF Dodger Blue

📋 copy color: '#2F8BFF'

red 47 ◦ green 139 ◦ blue 255

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

Shades of Dodger Blue #2F8BFF

Tints of Dodger Blue #2F8BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

 BLUE value IS 255 (100% from 255) = 57.82%

R = 10.66%
G = 31.52%
B = 57.82%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2F8BFF (or 0x2F8BFF) is known color: Dodger Blue. HEX triplet: 2F, 8B and FF. RGB value is (47,139,255). Sum of RGB (Red+Green+Blue) = 47+139+255=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F8BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8BFF is #D07400. Grayscale: #7C7C7C. Windows color (decimal): -13661185 or 16747311. OLE color: 16747311.

HSL color Cylindrical-coordinate representation of color #2F8BFF: hue angle of 213.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F8BFF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 47 139 255 -
CMYK 0.82 0.45 0 0
HSL 213.46º 1% 0.59% -
HSV(B) 213.46º 0.82% 1% -
XYZ 28.45 26.29 98.18 -
YUV 124.72 201.52 72.57 -
System Red Green Blue C M Y K H S L
Decimal 47 139 255 0.82 0.45 0 0 213.46 1 0.59
Hex 2F 8B FF 52 2D 0 0 D5 64 3B
Octal 57 213 377 122 55 0 0 325 144 73
Binary 101111 10001011 11111111 1010010 101101 0 0 11010101 1100100 111011

Color Harmonies of #2F8BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8BFF

Black with #2F8BFF

Text Example


Text Example

White with #2F8BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,139,255); }

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

background-color css

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

 a { background-color: rgb(47,139,255); }

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

border-color css

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

 span { border-color: rgb(47,139,255); }

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