Html Css Color HEX #050CFD Blue

📋 copy color: '#050CFD'

red 5 ◦ green 12 ◦ blue 253

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

Shades of Blue #050CFD

Tints of Blue #050CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 93.7%

R = 1.85%
G = 4.44%
B = 93.7%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#050CFD (or 0x050CFD) is known color: Blue. HEX triplet: 05, 0C and FD. RGB value is (5,12,253). Sum of RGB (Red+Green+Blue) = 5+12+253=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 253 (99.22% from 255 or 93.70% from 270); Max value from RGB is 253 - color contains mainly: blue. Hex color #050CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050CFD is #FAF302. Grayscale: #242424. Windows color (decimal): -16446211 or 16583685. OLE color: 16583685.

HSL color Cylindrical-coordinate representation of color #050CFD: hue angle of 238.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050CFD is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 12 253 -
CMYK 0.98 0.95 0 0.01
HSL 238.31º 0.98% 0.51% -
HSV(B) 238.31º 0.98% 0.99% -
XYZ 17.92 7.39 93.41 -
YUV 37.38 249.68 104.9 -
System Red Green Blue C M Y K H S L
Decimal 5 12 253 0.98 0.95 0 0.01 238.31 0.98 0.51
Hex 5 C FD 62 5F 0 1 EE 62 33
Octal 5 14 375 142 137 0 1 356 142 63
Binary 101 1100 11111101 1100010 1011111 0 1 11101110 1100010 110011

Color Harmonies of #050CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CFD

Black with #050CFD

Text Example


Text Example

White with #050CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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