Html Css Color HEX #0027EB Blue

📋 copy color: '#0027EB'

red 0 ◦ green 39 ◦ blue 235

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

Shades of Blue #0027EB

Tints of Blue #0027EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

 BLUE value IS 235 (92.19% from 255) = 85.77%

R = 0%
G = 14.23%
B = 85.77%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0027EB (or 0x0027EB) is known color: Blue. HEX triplet: 00, 27 and EB. RGB value is (0,39,235). Sum of RGB (Red+Green+Blue) = 0+39+235=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 235 (92.19% from 255 or 85.77% from 274); Max value from RGB is 235 - color contains mainly: blue. Hex color #0027EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0027EB is #FFD814. Grayscale: #303030. Windows color (decimal): -16766997 or 15410944. OLE color: 15410944.

HSL color Cylindrical-coordinate representation of color #0027EB: hue angle of 230.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0027EB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 39 235 -
CMYK 1 0.83 0 0.08
HSL 230.04º 1% 0.46% -
HSV(B) 230.04º 1% 0.92% -
XYZ 15.72 7.45 79.21 -
YUV 49.68 232.58 92.56 -
System Red Green Blue C M Y K H S L
Decimal 0 39 235 1 0.83 0 0.08 230.04 1 0.46
Hex 0 27 EB 64 53 0 8 E6 64 2E
Octal 0 47 353 144 123 0 10 346 144 56
Binary 0 100111 11101011 1100100 1010011 0 1000 11100110 1100100 101110

Color Harmonies of #0027EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0027EB

Black with #0027EB

Text Example


Text Example

White with #0027EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0027EB; }

 p { color: rgb(0,39,235); }

 H1.HeaderClassName
 {
   color: #0027EB;
 }
 .AnyTagClassName
 {
   color: #0027EB;
 }
</style>

background-color css

<style>
 a { background-color: #0027EB; }

 a { background-color: rgb(0,39,235); }

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

border-color css

<style>
 span { border-color: #0027EB; }

 span { border-color: rgb(0,39,235); }

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