Html Css Color HEX #090CEA Blue

📋 copy color: '#090CEA'

red 9 ◦ green 12 ◦ blue 234

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

Shades of Blue #090CEA

Tints of Blue #090CEA

RGB

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

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

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

R = 3.53%
G = 4.71%
B = 91.76%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#090CEA (or 0x090CEA) is known color: Blue. HEX triplet: 09, 0C and EA. RGB value is (9,12,234). Sum of RGB (Red+Green+Blue) = 9+12+234=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 234 (91.80% from 255 or 91.76% from 255); Max value from RGB is 234 - color contains mainly: blue. Hex color #090CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CEA is #F6F315. Grayscale: #232323. Windows color (decimal): -16184086 or 15338505. OLE color: 15338505.

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

Color convert

RGB 9 12 234 -
CMYK 0.96 0.95 0 0.08
HSL 239.2º 0.93% 0.48% -
HSV(B) 239.2º 0.96% 0.92% -
XYZ 15.1 6.26 78.25 -
YUV 36.41 239.51 108.45 -
System Red Green Blue C M Y K H S L
Decimal 9 12 234 0.96 0.95 0 0.08 239.2 0.93 0.48
Hex 9 C EA 60 5F 0 8 EF 5D 30
Octal 11 14 352 140 137 0 10 357 135 60
Binary 1001 1100 11101010 1100000 1011111 0 1000 11101111 1011101 110000

Color Harmonies of #090CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CEA

Black with #090CEA

Text Example


Text Example

White with #090CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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