Html Css Color HEX #002DEE Blue

📋 copy color: '#002DEE'

red 0 ◦ green 45 ◦ blue 238

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

Shades of Blue #002DEE

Tints of Blue #002DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 0%
G = 15.9%
B = 84.1%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#002DEE (or 0x002DEE) is known color: Blue. HEX triplet: 00, 2D and EE. RGB value is (0,45,238). Sum of RGB (Red+Green+Blue) = 0+45+238=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #002DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DEE is #FFD211. Grayscale: #343434. Windows color (decimal): -16765458 or 15609088. OLE color: 15609088.

HSL color Cylindrical-coordinate representation of color #002DEE: hue angle of 228.66º 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 #002DEE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 45 238 -
CMYK 1 0.81 0 0.07
HSL 228.66º 1% 0.47% -
HSV(B) 228.66º 1% 0.93% -
XYZ 16.37 8.05 81.58 -
YUV 53.55 232.09 89.81 -
System Red Green Blue C M Y K H S L
Decimal 0 45 238 1 0.81 0 0.07 228.66 1 0.47
Hex 0 2D EE 64 51 0 7 E5 64 2F
Octal 0 55 356 144 121 0 7 345 144 57
Binary 0 101101 11101110 1100100 1010001 0 111 11100101 1100100 101111

Color Harmonies of #002DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DEE

Black with #002DEE

Text Example


Text Example

White with #002DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002DEE; }

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

 H1.HeaderClassName
 {
   color: #002DEE;
 }
 .AnyTagClassName
 {
   color: #002DEE;
 }
</style>

background-color css

<style>
 a { background-color: #002DEE; }

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

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

border-color css

<style>
 span { border-color: #002DEE; }

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

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