Html Css Color HEX #0F04EA Blue

📋 copy color: '#0F04EA'

red 15 ◦ green 4 ◦ blue 234

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

Shades of Blue #0F04EA

Tints of Blue #0F04EA

RGB

 RED value IS 15 (6.25% from 255) = 5.93%

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

 BLUE value IS 234 (91.8% from 255) = 92.49%

R = 5.93%
G = 1.58%
B = 92.49%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F04EA (or 0x0F04EA) is known color: Blue. HEX triplet: 0F, 04 and EA. RGB value is (15,4,234). Sum of RGB (Red+Green+Blue) = 15+4+234=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 234 (91.80% from 255 or 92.49% from 253); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F04EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F04EA is #F0FB15. Grayscale: #202020. Windows color (decimal): -15792918 or 15336463. OLE color: 15336463.

HSL color Cylindrical-coordinate representation of color #0F04EA: hue angle of 242.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F04EA is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 4 234 -
CMYK 0.94 0.98 0 0.08
HSL 242.87º 0.97% 0.47% -
HSV(B) 242.87º 0.98% 0.92% -
XYZ 15.09 6.13 78.23 -
YUV 33.51 241.14 114.8 -
System Red Green Blue C M Y K H S L
Decimal 15 4 234 0.94 0.98 0 0.08 242.87 0.97 0.47
Hex F 4 EA 5E 62 0 8 F3 61 2F
Octal 17 4 352 136 142 0 10 363 141 57
Binary 1111 100 11101010 1011110 1100010 0 1000 11110011 1100001 101111

Color Harmonies of #0F04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F04EA

Black with #0F04EA

Text Example


Text Example

White with #0F04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,4,234); }

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

background-color css

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

 a { background-color: rgb(15,4,234); }

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

border-color css

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

 span { border-color: rgb(15,4,234); }

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