Html Css Color HEX #0C83EB Dodger Blue

📋 copy color: '#0C83EB'

red 12 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #0C83EB

Tints of Dodger Blue #0C83EB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 3.17%
G = 34.66%
B = 62.17%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C83EB (or 0x0C83EB) is known color: Dodger Blue. HEX triplet: 0C, 83 and EB. RGB value is (12,131,235). Sum of RGB (Red+Green+Blue) = 12+131+235=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C83EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C83EB is #F37C14. Grayscale: #6A6A6A. Windows color (decimal): -15957013 or 15434508. OLE color: 15434508.

HSL color Cylindrical-coordinate representation of color #0C83EB: hue angle of 207.98º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C83EB is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 131 235 -
CMYK 0.95 0.44 0 0.08
HSL 207.98º 0.9% 0.48% -
HSV(B) 207.98º 0.95% 0.92% -
XYZ 23.26 22.31 81.68 -
YUV 107.28 200.08 60.04 -
System Red Green Blue C M Y K H S L
Decimal 12 131 235 0.95 0.44 0 0.08 207.98 0.9 0.48
Hex C 83 EB 5F 2C 0 8 D0 5A 30
Octal 14 203 353 137 54 0 10 320 132 60
Binary 1100 10000011 11101011 1011111 101100 0 1000 11010000 1011010 110000

Color Harmonies of #0C83EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C83EB

Black with #0C83EB

Text Example


Text Example

White with #0C83EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,131,235); }

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

background-color css

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

 a { background-color: rgb(12,131,235); }

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

border-color css

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

 span { border-color: rgb(12,131,235); }

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