Html Css Color HEX #0E09FC Blue

📋 copy color: '#0E09FC'

red 14 ◦ green 9 ◦ blue 252

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

Shades of Blue #0E09FC

Tints of Blue #0E09FC

RGB

 RED value IS 14 (5.86% from 255) = 5.09%

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

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

R = 5.09%
G = 3.27%
B = 91.64%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0E09FC (or 0x0E09FC) is known color: Blue. HEX triplet: 0E, 09 and FC. RGB value is (14,9,252). Sum of RGB (Red+Green+Blue) = 14+9+252=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E09FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E09FC is #F1F603. Grayscale: #252525. Windows color (decimal): -15857156 or 16517390. OLE color: 16517390.

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

Color convert

RGB 14 9 252 -
CMYK 0.94 0.96 0 0.01
HSL 241.23º 0.98% 0.51% -
HSV(B) 241.23º 0.96% 0.99% -
XYZ 17.85 7.32 92.57 -
YUV 38.2 248.66 110.74 -
System Red Green Blue C M Y K H S L
Decimal 14 9 252 0.94 0.96 0 0.01 241.23 0.98 0.51
Hex E 9 FC 5E 60 0 1 F1 62 33
Octal 16 11 374 136 140 0 1 361 142 63
Binary 1110 1001 11111100 1011110 1100000 0 1 11110001 1100010 110011

Color Harmonies of #0E09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E09FC

Black with #0E09FC

Text Example


Text Example

White with #0E09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,252); }

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

background-color css

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

 a { background-color: rgb(14,9,252); }

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

border-color css

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

 span { border-color: rgb(14,9,252); }

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