Html Css Color HEX #0C71FB Dodger Blue

📋 copy color: '#0C71FB'

red 12 ◦ green 113 ◦ blue 251

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

Shades of Dodger Blue #0C71FB

Tints of Dodger Blue #0C71FB

RGB

 RED value IS 12 (5.08% from 255) = 3.19%

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 3.19%
G = 30.05%
B = 66.76%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C71FB (or 0x0C71FB) is known color: Dodger Blue. HEX triplet: 0C, 71 and FB. RGB value is (12,113,251). Sum of RGB (Red+Green+Blue) = 12+113+251=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C71FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C71FB is #F38E04. Grayscale: #616161. Windows color (decimal): -15961605 or 16478476. OLE color: 16478476.

HSL color Cylindrical-coordinate representation of color #0C71FB: hue angle of 214.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C71FB is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 113 251 -
CMYK 0.95 0.55 0 0.02
HSL 214.64º 0.97% 0.52% -
HSV(B) 214.64º 0.95% 0.98% -
XYZ 23.47 18.85 93.67 -
YUV 98.53 214.04 66.28 -
System Red Green Blue C M Y K H S L
Decimal 12 113 251 0.95 0.55 0 0.02 214.64 0.97 0.52
Hex C 71 FB 5F 37 0 2 D7 61 34
Octal 14 161 373 137 67 0 2 327 141 64
Binary 1100 1110001 11111011 1011111 110111 0 10 11010111 1100001 110100

Color Harmonies of #0C71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C71FB

Black with #0C71FB

Text Example


Text Example

White with #0C71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C71FB; }

 p { color: rgb(12,113,251); }

 H1.HeaderClassName
 {
   color: #0C71FB;
 }
 .AnyTagClassName
 {
   color: #0C71FB;
 }
</style>

background-color css

<style>
 a { background-color: #0C71FB; }

 a { background-color: rgb(12,113,251); }

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

border-color css

<style>
 span { border-color: #0C71FB; }

 span { border-color: rgb(12,113,251); }

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