Html Css Color HEX #0023EF Blue

📋 copy color: '#0023EF'

red 0 ◦ green 35 ◦ blue 239

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

Shades of Blue #0023EF

Tints of Blue #0023EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 0%
G = 12.77%
B = 87.23%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0023EF (or 0x0023EF) is known color: Blue. HEX triplet: 00, 23 and EF. RGB value is (0,35,239). Sum of RGB (Red+Green+Blue) = 0+35+239=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 239 (93.75% from 255 or 87.23% from 274); Max value from RGB is 239 - color contains mainly: blue. Hex color #0023EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0023EF is #FFDC10. Grayscale: #2E2E2E. Windows color (decimal): -16768017 or 15672064. OLE color: 15672064.

HSL color Cylindrical-coordinate representation of color #0023EF: hue angle of 231.21º 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 #0023EF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 35 239 -
CMYK 1 0.85 0 0.06
HSL 231.21º 1% 0.47% -
HSV(B) 231.21º 1% 0.94% -
XYZ 16.18 7.43 82.24 -
YUV 47.79 235.9 93.91 -
System Red Green Blue C M Y K H S L
Decimal 0 35 239 1 0.85 0 0.06 231.21 1 0.47
Hex 0 23 EF 64 55 0 6 E7 64 2F
Octal 0 43 357 144 125 0 6 347 144 57
Binary 0 100011 11101111 1100100 1010101 0 110 11100111 1100100 101111

Color Harmonies of #0023EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0023EF

Black with #0023EF

Text Example


Text Example

White with #0023EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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