Html Css Color HEX #0C84EB Dodger Blue

📋 copy color: '#0C84EB'

red 12 ◦ green 132 ◦ blue 235

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

Shades of Dodger Blue #0C84EB

Tints of Dodger Blue #0C84EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

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

R = 3.17%
G = 34.83%
B = 62.01%

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

#0C84EB (or 0x0C84EB) is known color: Dodger Blue. HEX triplet: 0C, 84 and EB. RGB value is (12,132,235). Sum of RGB (Red+Green+Blue) = 12+132+235=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C84EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C84EB is #F37B14. Grayscale: #6B6B6B. Windows color (decimal): -15956757 or 15434764. OLE color: 15434764.

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

Color convert

RGB 12 132 235 -
CMYK 0.95 0.44 0 0.08
HSL 207.71º 0.9% 0.48% -
HSV(B) 207.71º 0.95% 0.92% -
XYZ 23.4 22.58 81.72 -
YUV 107.86 199.74 59.62 -
System Red Green Blue C M Y K H S L
Decimal 12 132 235 0.95 0.44 0 0.08 207.71 0.9 0.48
Hex C 84 EB 5F 2C 0 8 D0 5A 30
Octal 14 204 353 137 54 0 10 320 132 60
Binary 1100 10000100 11101011 1011111 101100 0 1000 11010000 1011010 110000

Color Harmonies of #0C84EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C84EB

Black with #0C84EB

Text Example


Text Example

White with #0C84EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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