Html Css Color HEX #050DEA Blue

📋 copy color: '#050DEA'

red 5 ◦ green 13 ◦ blue 234

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

Shades of Blue #050DEA

Tints of Blue #050DEA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 234 (91.8% from 255) = 92.86%

R = 1.98%
G = 5.16%
B = 92.86%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#050DEA (or 0x050DEA) is known color: Blue. HEX triplet: 05, 0D and EA. RGB value is (5,13,234). Sum of RGB (Red+Green+Blue) = 5+13+234=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 234 (91.80% from 255 or 92.86% from 252); Max value from RGB is 234 - color contains mainly: blue. Hex color #050DEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050DEA is #FAF215. Grayscale: #222222. Windows color (decimal): -16445974 or 15338757. OLE color: 15338757.

HSL color Cylindrical-coordinate representation of color #050DEA: hue angle of 237.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050DEA is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 13 234 -
CMYK 0.98 0.94 0 0.08
HSL 237.9º 0.96% 0.47% -
HSV(B) 237.9º 0.98% 0.92% -
XYZ 15.06 6.26 78.26 -
YUV 35.8 239.85 106.03 -
System Red Green Blue C M Y K H S L
Decimal 5 13 234 0.98 0.94 0 0.08 237.9 0.96 0.47
Hex 5 D EA 62 5E 0 8 EE 60 2F
Octal 5 15 352 142 136 0 10 356 140 57
Binary 101 1101 11101010 1100010 1011110 0 1000 11101110 1100000 101111

Color Harmonies of #050DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DEA

Black with #050DEA

Text Example


Text Example

White with #050DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,234); }

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

background-color css

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

 a { background-color: rgb(5,13,234); }

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

border-color css

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

 span { border-color: rgb(5,13,234); }

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