Html Css Color HEX #0C71F7 Dodger Blue

📋 copy color: '#0C71F7'

red 12 ◦ green 113 ◦ blue 247

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

Shades of Dodger Blue #0C71F7

Tints of Dodger Blue #0C71F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.4%

R = 3.23%
G = 30.38%
B = 66.4%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0C71F7 (or 0x0C71F7) is known color: Dodger Blue. HEX triplet: 0C, 71 and F7. RGB value is (12,113,247). Sum of RGB (Red+Green+Blue) = 12+113+247=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 247 (96.88% from 255 or 66.40% from 372); Max value from RGB is 247 - color contains mainly: blue. Hex color #0C71F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C71F7 is #F38E08. Grayscale: #616161. Windows color (decimal): -15961609 or 16216332. OLE color: 16216332.

HSL color Cylindrical-coordinate representation of color #0C71F7: hue angle of 214.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C71F7 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 113 247 -
CMYK 0.95 0.54 0 0.03
HSL 214.21º 0.94% 0.51% -
HSV(B) 214.21º 0.95% 0.97% -
XYZ 22.85 18.6 90.38 -
YUV 98.08 212.04 66.6 -
System Red Green Blue C M Y K H S L
Decimal 12 113 247 0.95 0.54 0 0.03 214.21 0.94 0.51
Hex C 71 F7 5F 36 0 3 D6 5E 33
Octal 14 161 367 137 66 0 3 326 136 63
Binary 1100 1110001 11110111 1011111 110110 0 11 11010110 1011110 110011

Color Harmonies of #0C71F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C71F7

Black with #0C71F7

Text Example


Text Example

White with #0C71F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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