Html Css Color HEX #0C67FA Dodger Blue

📋 copy color: '#0C67FA'

red 12 ◦ green 103 ◦ blue 250

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

Shades of Dodger Blue #0C67FA

Tints of Dodger Blue #0C67FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 3.29%
G = 28.22%
B = 68.49%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C67FA (or 0x0C67FA) is known color: Dodger Blue. HEX triplet: 0C, 67 and FA. RGB value is (12,103,250). Sum of RGB (Red+Green+Blue) = 12+103+250=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C67FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C67FA is #F39805. Grayscale: #5B5B5B. Windows color (decimal): -15964166 or 16410380. OLE color: 16410380.

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

Color convert

RGB 12 103 250 -
CMYK 0.95 0.59 0 0.02
HSL 217.06º 0.96% 0.51% -
HSV(B) 217.06º 0.95% 0.98% -
XYZ 22.26 16.68 92.49 -
YUV 92.55 216.85 70.55 -
System Red Green Blue C M Y K H S L
Decimal 12 103 250 0.95 0.59 0 0.02 217.06 0.96 0.51
Hex C 67 FA 5F 3B 0 2 D9 60 33
Octal 14 147 372 137 73 0 2 331 140 63
Binary 1100 1100111 11111010 1011111 111011 0 10 11011001 1100000 110011

Color Harmonies of #0C67FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C67FA

Black with #0C67FA

Text Example


Text Example

White with #0C67FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,250); }

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

background-color css

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

 a { background-color: rgb(12,103,250); }

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

border-color css

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

 span { border-color: rgb(12,103,250); }

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