Html Css Color HEX #0C8DFA Dodger Blue

📋 copy color: '#0C8DFA'

red 12 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #0C8DFA

Tints of Dodger Blue #0C8DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

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

R = 2.98%
G = 34.99%
B = 62.03%

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

#0C8DFA (or 0x0C8DFA) is known color: Dodger Blue. HEX triplet: 0C, 8D and FA. RGB value is (12,141,250). Sum of RGB (Red+Green+Blue) = 12+141+250=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C8DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8DFA is #F37205. Grayscale: #727272. Windows color (decimal): -15954438 or 16420108. OLE color: 16420108.

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

Color convert

RGB 12 141 250 -
CMYK 0.95 0.44 0 0.02
HSL 207.48º 0.96% 0.51% -
HSV(B) 207.48º 0.95% 0.98% -
XYZ 26.93 26.03 94.05 -
YUV 114.86 204.26 54.64 -
System Red Green Blue C M Y K H S L
Decimal 12 141 250 0.95 0.44 0 0.02 207.48 0.96 0.51
Hex C 8D FA 5F 2C 0 2 CF 60 33
Octal 14 215 372 137 54 0 2 317 140 63
Binary 1100 10001101 11111010 1011111 101100 0 10 11001111 1100000 110011

Color Harmonies of #0C8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8DFA

Black with #0C8DFA

Text Example


Text Example

White with #0C8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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