Html Css Color HEX #0C3EFC Blue

📋 copy color: '#0C3EFC'

red 12 ◦ green 62 ◦ blue 252

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

Shades of Blue #0C3EFC

Tints of Blue #0C3EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 252 (98.83% from 255) = 77.3%

R = 3.68%
G = 19.02%
B = 77.3%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0C3EFC (or 0x0C3EFC) is known color: Blue. HEX triplet: 0C, 3E and FC. RGB value is (12,62,252). Sum of RGB (Red+Green+Blue) = 12+62+252=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C3EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C3EFC is #F3C103. Grayscale: #434343. Windows color (decimal): -15974660 or 16530956. OLE color: 16530956.

HSL color Cylindrical-coordinate representation of color #0C3EFC: hue angle of 227.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3EFC is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 62 252 -
CMYK 0.95 0.75 0 0.01
HSL 227.5º 0.98% 0.52% -
HSV(B) 227.5º 0.95% 0.99% -
XYZ 19.44 10.55 93.11 -
YUV 68.71 231.44 87.55 -
System Red Green Blue C M Y K H S L
Decimal 12 62 252 0.95 0.75 0 0.01 227.5 0.98 0.52
Hex C 3E FC 5F 4B 0 1 E4 62 34
Octal 14 76 374 137 113 0 1 344 142 64
Binary 1100 111110 11111100 1011111 1001011 0 1 11100100 1100010 110100

Color Harmonies of #0C3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3EFC

Black with #0C3EFC

Text Example


Text Example

White with #0C3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,62,252); }

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

background-color css

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

 a { background-color: rgb(12,62,252); }

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

border-color css

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

 span { border-color: rgb(12,62,252); }

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