Html Css Color HEX #050CEE Blue

📋 copy color: '#050CEE'

red 5 ◦ green 12 ◦ blue 238

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

Shades of Blue #050CEE

Tints of Blue #050CEE

RGB

 RED value IS 5 (2.34% from 255) = 1.96%

 GREEN value IS 12 (5.08% from 255) = 4.71%

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

R = 1.96%
G = 4.71%
B = 93.33%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#050CEE (or 0x050CEE) is known color: Blue. HEX triplet: 05, 0C and EE. RGB value is (5,12,238). Sum of RGB (Red+Green+Blue) = 5+12+238=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 238 (93.36% from 255 or 93.33% from 255); Max value from RGB is 238 - color contains mainly: blue. Hex color #050CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CEE is #FAF311. Grayscale: #222222. Windows color (decimal): -16446226 or 15600645. OLE color: 15600645.

HSL color Cylindrical-coordinate representation of color #050CEE: hue angle of 238.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050CEE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 12 238 -
CMYK 0.98 0.95 0 0.07
HSL 238.2º 0.96% 0.48% -
HSV(B) 238.2º 0.98% 0.93% -
XYZ 15.63 6.47 81.31 -
YUV 35.67 242.18 106.12 -
System Red Green Blue C M Y K H S L
Decimal 5 12 238 0.98 0.95 0 0.07 238.2 0.96 0.48
Hex 5 C EE 62 5F 0 7 EE 60 30
Octal 5 14 356 142 137 0 7 356 140 60
Binary 101 1100 11101110 1100010 1011111 0 111 11101110 1100000 110000

Color Harmonies of #050CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CEE

Black with #050CEE

Text Example


Text Example

White with #050CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050CEE; }

 p { color: rgb(5,12,238); }

 H1.HeaderClassName
 {
   color: #050CEE;
 }
 .AnyTagClassName
 {
   color: #050CEE;
 }
</style>

background-color css

<style>
 a { background-color: #050CEE; }

 a { background-color: rgb(5,12,238); }

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

border-color css

<style>
 span { border-color: #050CEE; }

 span { border-color: rgb(5,12,238); }

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