Html Css Color HEX #0C8CFB Dodger Blue

📋 copy color: '#0C8CFB'

red 12 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #0C8CFB

Tints of Dodger Blue #0C8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

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

R = 2.98%
G = 34.74%
B = 62.28%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C8CFB (or 0x0C8CFB) is known color: Dodger Blue. HEX triplet: 0C, 8C and FB. RGB value is (12,140,251). Sum of RGB (Red+Green+Blue) = 12+140+251=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C8CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8CFB is #F37304. Grayscale: #717171. Windows color (decimal): -15954693 or 16485388. OLE color: 16485388.

HSL color Cylindrical-coordinate representation of color #0C8CFB: hue angle of 207.87º 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 #0C8CFB is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 140 251 -
CMYK 0.95 0.44 0 0.02
HSL 207.87º 0.97% 0.52% -
HSV(B) 207.87º 0.95% 0.98% -
XYZ 26.94 25.8 94.83 -
YUV 114.38 205.09 54.97 -
System Red Green Blue C M Y K H S L
Decimal 12 140 251 0.95 0.44 0 0.02 207.87 0.97 0.52
Hex C 8C FB 5F 2C 0 2 D0 61 34
Octal 14 214 373 137 54 0 2 320 141 64
Binary 1100 10001100 11111011 1011111 101100 0 10 11010000 1100001 110100

Color Harmonies of #0C8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8CFB

Black with #0C8CFB

Text Example


Text Example

White with #0C8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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