Html Css Color HEX #000FEE Blue

📋 copy color: '#000FEE'

red 0 ◦ green 15 ◦ blue 238

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

Shades of Blue #000FEE

Tints of Blue #000FEE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 5.93%
B = 94.07%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#000FEE (or 0x000FEE) is known color: Blue. HEX triplet: 00, 0F and EE. RGB value is (0,15,238). Sum of RGB (Red+Green+Blue) = 0+15+238=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 238 (93.36% from 255 or 94.07% from 253); Max value from RGB is 238 - color contains mainly: blue. Hex color #000FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000FEE is #FFF011. Grayscale: #232323. Windows color (decimal): -16773138 or 15601408. OLE color: 15601408.

HSL color Cylindrical-coordinate representation of color #000FEE: hue angle of 236.22º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FEE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 15 238 -
CMYK 1 0.94 0 0.07
HSL 236.22º 1% 0.47% -
HSV(B) 236.22º 1% 0.93% -
XYZ 15.6 6.51 81.32 -
YUV 35.94 242.03 102.37 -
System Red Green Blue C M Y K H S L
Decimal 0 15 238 1 0.94 0 0.07 236.22 1 0.47
Hex 0 F EE 64 5E 0 7 EC 64 2F
Octal 0 17 356 144 136 0 7 354 144 57
Binary 0 1111 11101110 1100100 1011110 0 111 11101100 1100100 101111

Color Harmonies of #000FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FEE

Black with #000FEE

Text Example


Text Example

White with #000FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000FEE; }

 p { color: rgb(0,15,238); }

 H1.HeaderClassName
 {
   color: #000FEE;
 }
 .AnyTagClassName
 {
   color: #000FEE;
 }
</style>

background-color css

<style>
 a { background-color: #000FEE; }

 a { background-color: rgb(0,15,238); }

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

border-color css

<style>
 span { border-color: #000FEE; }

 span { border-color: rgb(0,15,238); }

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