Html Css Color HEX #0C5FFF Dodger Blue

📋 copy color: '#0C5FFF'

red 12 ◦ green 95 ◦ blue 255

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

Shades of Dodger Blue #0C5FFF

Tints of Dodger Blue #0C5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 3.31%
G = 26.24%
B = 70.44%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0C5FFF (or 0x0C5FFF) is known color: Dodger Blue. HEX triplet: 0C, 5F and FF. RGB value is (12,95,255). Sum of RGB (Red+Green+Blue) = 12+95+255=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C5FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5FFF is #F3A000. Grayscale: #575757. Windows color (decimal): -15966209 or 16736012. OLE color: 16736012.

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

Color convert

RGB 12 95 255 -
CMYK 0.95 0.63 0 0
HSL 219.51º 1% 0.52% -
HSV(B) 219.51º 0.95% 1% -
XYZ 22.29 15.48 96.42 -
YUV 88.42 222 73.49 -
System Red Green Blue C M Y K H S L
Decimal 12 95 255 0.95 0.63 0 0 219.51 1 0.52
Hex C 5F FF 5F 3F 0 0 DC 64 34
Octal 14 137 377 137 77 0 0 334 144 64
Binary 1100 1011111 11111111 1011111 111111 0 0 11011100 1100100 110100

Color Harmonies of #0C5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5FFF

Black with #0C5FFF

Text Example


Text Example

White with #0C5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,95,255); }

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

background-color css

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

 a { background-color: rgb(12,95,255); }

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

border-color css

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

 span { border-color: rgb(12,95,255); }

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