Html Css Color HEX #0902EE Blue

📋 copy color: '#0902EE'

red 9 ◦ green 2 ◦ blue 238

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

Shades of Blue #0902EE

Tints of Blue #0902EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 238 (93.36% from 255) = 95.58%

R = 3.61%
G = 0.8%
B = 95.58%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0902EE (or 0x0902EE) is known color: Blue. HEX triplet: 09, 02 and EE. RGB value is (9,2,238). Sum of RGB (Red+Green+Blue) = 9+2+238=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 238 (93.36% from 255 or 95.58% from 249); Max value from RGB is 238 - color contains mainly: blue. Hex color #0902EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0902EE is #F6FD11. Grayscale: #1E1E1E. Windows color (decimal): -16186642 or 15598089. OLE color: 15598089.

HSL color Cylindrical-coordinate representation of color #0902EE: hue angle of 241.78º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902EE is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 2 238 -
CMYK 0.96 0.99 0 0.07
HSL 241.78º 0.98% 0.47% -
HSV(B) 241.78º 0.99% 0.93% -
XYZ 15.57 6.27 81.28 -
YUV 31 244.82 112.31 -
System Red Green Blue C M Y K H S L
Decimal 9 2 238 0.96 0.99 0 0.07 241.78 0.98 0.47
Hex 9 2 EE 60 63 0 7 F2 62 2F
Octal 11 2 356 140 143 0 7 362 142 57
Binary 1001 10 11101110 1100000 1100011 0 111 11110010 1100010 101111

Color Harmonies of #0902EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0902EE

Black with #0902EE

Text Example


Text Example

White with #0902EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0902EE; }

 p { color: rgb(9,2,238); }

 H1.HeaderClassName
 {
   color: #0902EE;
 }
 .AnyTagClassName
 {
   color: #0902EE;
 }
</style>

background-color css

<style>
 a { background-color: #0902EE; }

 a { background-color: rgb(9,2,238); }

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

border-color css

<style>
 span { border-color: #0902EE; }

 span { border-color: rgb(9,2,238); }

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