Html Css Color HEX #0033EF Blue

📋 copy color: '#0033EF'

red 0 ◦ green 51 ◦ blue 239

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

Shades of Blue #0033EF

Tints of Blue #0033EF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 0%
G = 17.59%
B = 82.41%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0033EF (or 0x0033EF) is known color: Blue. HEX triplet: 00, 33 and EF. RGB value is (0,51,239). Sum of RGB (Red+Green+Blue) = 0+51+239=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #0033EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0033EF is #FFCC10. Grayscale: #383838. Windows color (decimal): -16763921 or 15676160. OLE color: 15676160.

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

Color convert

RGB 0 51 239 -
CMYK 1 0.79 0 0.06
HSL 227.2º 1% 0.47% -
HSV(B) 227.2º 1% 0.94% -
XYZ 16.76 8.6 82.44 -
YUV 57.18 230.6 87.21 -
System Red Green Blue C M Y K H S L
Decimal 0 51 239 1 0.79 0 0.06 227.2 1 0.47
Hex 0 33 EF 64 4F 0 6 E3 64 2F
Octal 0 63 357 144 117 0 6 343 144 57
Binary 0 110011 11101111 1100100 1001111 0 110 11100011 1100100 101111

Color Harmonies of #0033EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0033EF

Black with #0033EF

Text Example


Text Example

White with #0033EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0033EF; }

 p { color: rgb(0,51,239); }

 H1.HeaderClassName
 {
   color: #0033EF;
 }
 .AnyTagClassName
 {
   color: #0033EF;
 }
</style>

background-color css

<style>
 a { background-color: #0033EF; }

 a { background-color: rgb(0,51,239); }

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

border-color css

<style>
 span { border-color: #0033EF; }

 span { border-color: rgb(0,51,239); }

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