Html Css Color HEX #2F85FB Dodger Blue

📋 copy color: '#2F85FB'

red 47 ◦ green 133 ◦ blue 251

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

Shades of Dodger Blue #2F85FB

Tints of Dodger Blue #2F85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

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

R = 10.9%
G = 30.86%
B = 58.24%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F85FB (or 0x2F85FB) is known color: Dodger Blue. HEX triplet: 2F, 85 and FB. RGB value is (47,133,251). Sum of RGB (Red+Green+Blue) = 47+133+251=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F85FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F85FB is #D07A04. Grayscale: #787878. Windows color (decimal): -13662725 or 16483631. OLE color: 16483631.

HSL color Cylindrical-coordinate representation of color #2F85FB: hue angle of 214.71º 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 #2F85FB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 133 251 -
CMYK 0.81 0.47 0 0.02
HSL 214.71º 0.96% 0.58% -
HSV(B) 214.71º 0.81% 0.98% -
XYZ 26.97 24.34 94.54 -
YUV 120.74 201.51 75.41 -
System Red Green Blue C M Y K H S L
Decimal 47 133 251 0.81 0.47 0 0.02 214.71 0.96 0.58
Hex 2F 85 FB 51 2F 0 2 D7 60 3A
Octal 57 205 373 121 57 0 2 327 140 72
Binary 101111 10000101 11111011 1010001 101111 0 10 11010111 1100000 111010

Color Harmonies of #2F85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F85FB

Black with #2F85FB

Text Example


Text Example

White with #2F85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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