Html Css Color HEX #145EFB Royal Blue

📋 copy color: '#145EFB'

red 20 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #145EFB

Tints of Royal Blue #145EFB

RGB

 RED value IS 20 (8.2% from 255) = 5.48%

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 251 (98.44% from 255) = 68.77%

R = 5.48%
G = 25.75%
B = 68.77%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#145EFB (or 0x145EFB) is known color: Royal Blue. HEX triplet: 14, 5E and FB. RGB value is (20,94,251). Sum of RGB (Red+Green+Blue) = 20+94+251=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #145EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EFB is #EBA104. Grayscale: #595959. Windows color (decimal): -15442181 or 16473620. OLE color: 16473620.

HSL color Cylindrical-coordinate representation of color #145EFB: hue angle of 220.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145EFB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 94 251 -
CMYK 0.92 0.63 0 0.02
HSL 220.78º 0.97% 0.53% -
HSV(B) 220.78º 0.92% 0.98% -
XYZ 21.7 15.12 93.04 -
YUV 89.77 218.98 78.23 -
System Red Green Blue C M Y K H S L
Decimal 20 94 251 0.92 0.63 0 0.02 220.78 0.97 0.53
Hex 14 5E FB 5C 3F 0 2 DD 61 35
Octal 24 136 373 134 77 0 2 335 141 65
Binary 10100 1011110 11111011 1011100 111111 0 10 11011101 1100001 110101

Color Harmonies of #145EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EFB

Black with #145EFB

Text Example


Text Example

White with #145EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145EFB; }

 p { color: rgb(20,94,251); }

 H1.HeaderClassName
 {
   color: #145EFB;
 }
 .AnyTagClassName
 {
   color: #145EFB;
 }
</style>

background-color css

<style>
 a { background-color: #145EFB; }

 a { background-color: rgb(20,94,251); }

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

border-color css

<style>
 span { border-color: #145EFB; }

 span { border-color: rgb(20,94,251); }

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