Html Css Color HEX #0C04F4 Blue

📋 copy color: '#0C04F4'

red 12 ◦ green 4 ◦ blue 244

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

Shades of Blue #0C04F4

Tints of Blue #0C04F4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 244 (95.7% from 255) = 93.85%

R = 4.62%
G = 1.54%
B = 93.85%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0C04F4 (or 0x0C04F4) is known color: Blue. HEX triplet: 0C, 04 and F4. RGB value is (12,4,244). Sum of RGB (Red+Green+Blue) = 12+4+244=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 244 (95.70% from 255 or 93.85% from 260); Max value from RGB is 244 - color contains mainly: blue. Hex color #0C04F4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C04F4 is #F3FB0B. Grayscale: #202020. Windows color (decimal): -15989516 or 15991820. OLE color: 15991820.

HSL color Cylindrical-coordinate representation of color #0C04F4: hue angle of 242º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C04F4 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 12 4 244 -
CMYK 0.95 0.98 0 0.04
HSL 242º 0.97% 0.49% -
HSV(B) 242º 0.98% 0.96% -
XYZ 16.52 6.7 86.01 -
YUV 33.75 246.65 112.49 -
System Red Green Blue C M Y K H S L
Decimal 12 4 244 0.95 0.98 0 0.04 242 0.97 0.49
Hex C 4 F4 5F 62 0 4 F2 61 31
Octal 14 4 364 137 142 0 4 362 141 61
Binary 1100 100 11110100 1011111 1100010 0 100 11110010 1100001 110001

Color Harmonies of #0C04F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C04F4

Black with #0C04F4

Text Example


Text Example

White with #0C04F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,244); }

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

background-color css

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

 a { background-color: rgb(12,4,244); }

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

border-color css

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

 span { border-color: rgb(12,4,244); }

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