Html Css Color HEX #0C09ED Blue

📋 copy color: '#0C09ED'

red 12 ◦ green 9 ◦ blue 237

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

Shades of Blue #0C09ED

Tints of Blue #0C09ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 237 (92.97% from 255) = 91.86%

R = 4.65%
G = 3.49%
B = 91.86%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0C09ED (or 0x0C09ED) is known color: Blue. HEX triplet: 0C, 09 and ED. RGB value is (12,9,237). Sum of RGB (Red+Green+Blue) = 12+9+237=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 237 (92.97% from 255 or 91.86% from 258); Max value from RGB is 237 - color contains mainly: blue. Hex color #0C09ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C09ED is #F3F612. Grayscale: #222222. Windows color (decimal): -15988243 or 15534348. OLE color: 15534348.

HSL color Cylindrical-coordinate representation of color #0C09ED: hue angle of 240.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C09ED is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 9 237 -
CMYK 0.95 0.96 0 0.07
HSL 240.79º 0.93% 0.48% -
HSV(B) 240.79º 0.96% 0.93% -
XYZ 15.54 6.39 80.53 -
YUV 35.89 241.49 110.96 -
System Red Green Blue C M Y K H S L
Decimal 12 9 237 0.95 0.96 0 0.07 240.79 0.93 0.48
Hex C 9 ED 5F 60 0 7 F1 5D 30
Octal 14 11 355 137 140 0 7 361 135 60
Binary 1100 1001 11101101 1011111 1100000 0 111 11110001 1011101 110000

Color Harmonies of #0C09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C09ED

Black with #0C09ED

Text Example


Text Example

White with #0C09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,237); }

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

background-color css

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

 a { background-color: rgb(12,9,237); }

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

border-color css

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

 span { border-color: rgb(12,9,237); }

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