Html Css Color HEX #090CEF Blue

📋 copy color: '#090CEF'

red 9 ◦ green 12 ◦ blue 239

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

Shades of Blue #090CEF

Tints of Blue #090CEF

RGB

 RED value IS 9 (3.91% from 255) = 3.46%

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

 BLUE value IS 239 (93.75% from 255) = 91.92%

R = 3.46%
G = 4.62%
B = 91.92%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#090CEF (or 0x090CEF) is known color: Blue. HEX triplet: 09, 0C and EF. RGB value is (9,12,239). Sum of RGB (Red+Green+Blue) = 9+12+239=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 239 (93.75% from 255 or 91.92% from 260); Max value from RGB is 239 - color contains mainly: blue. Hex color #090CEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CEF is #F6F310. Grayscale: #242424. Windows color (decimal): -16184081 or 15666185. OLE color: 15666185.

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

Color convert

RGB 9 12 239 -
CMYK 0.96 0.95 0 0.06
HSL 239.22º 0.93% 0.49% -
HSV(B) 239.22º 0.96% 0.94% -
XYZ 15.82 6.55 82.09 -
YUV 36.98 242.01 108.04 -
System Red Green Blue C M Y K H S L
Decimal 9 12 239 0.96 0.95 0 0.06 239.22 0.93 0.49
Hex 9 C EF 60 5F 0 6 EF 5D 31
Octal 11 14 357 140 137 0 6 357 135 61
Binary 1001 1100 11101111 1100000 1011111 0 110 11101111 1011101 110001

Color Harmonies of #090CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CEF

Black with #090CEF

Text Example


Text Example

White with #090CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090CEF; }

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

 H1.HeaderClassName
 {
   color: #090CEF;
 }
 .AnyTagClassName
 {
   color: #090CEF;
 }
</style>

background-color css

<style>
 a { background-color: #090CEF; }

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

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

border-color css

<style>
 span { border-color: #090CEF; }

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

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