Html Css Color HEX #0514F1 Blue

📋 copy color: '#0514F1'

red 5 ◦ green 20 ◦ blue 241

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

Shades of Blue #0514F1

Tints of Blue #0514F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

 BLUE value IS 241 (94.53% from 255) = 90.6%

R = 1.88%
G = 7.52%
B = 90.6%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0514F1 (or 0x0514F1) is known color: Blue. HEX triplet: 05, 14 and F1. RGB value is (5,20,241). Sum of RGB (Red+Green+Blue) = 5+20+241=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 241 (94.53% from 255 or 90.60% from 266); Max value from RGB is 241 - color contains mainly: blue. Hex color #0514F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0514F1 is #FAEB0E. Grayscale: #272727. Windows color (decimal): -16444175 or 15799301. OLE color: 15799301.

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

Color convert

RGB 5 20 241 -
CMYK 0.98 0.92 0 0.05
HSL 236.19º 0.96% 0.48% -
HSV(B) 236.19º 0.98% 0.95% -
XYZ 16.19 6.88 83.69 -
YUV 40.71 241.03 102.53 -
System Red Green Blue C M Y K H S L
Decimal 5 20 241 0.98 0.92 0 0.05 236.19 0.96 0.48
Hex 5 14 F1 62 5C 0 5 EC 60 30
Octal 5 24 361 142 134 0 5 354 140 60
Binary 101 10100 11110001 1100010 1011100 0 101 11101100 1100000 110000

Color Harmonies of #0514F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0514F1

Black with #0514F1

Text Example


Text Example

White with #0514F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0514F1; }

 p { color: rgb(5,20,241); }

 H1.HeaderClassName
 {
   color: #0514F1;
 }
 .AnyTagClassName
 {
   color: #0514F1;
 }
</style>

background-color css

<style>
 a { background-color: #0514F1; }

 a { background-color: rgb(5,20,241); }

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

border-color css

<style>
 span { border-color: #0514F1; }

 span { border-color: rgb(5,20,241); }

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