Html Css Color HEX #145BFB Royal Blue

📋 copy color: '#145BFB'

red 20 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #145BFB

Tints of Royal Blue #145BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

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

R = 5.52%
G = 25.14%
B = 69.34%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#145BFB (or 0x145BFB) is known color: Royal Blue. HEX triplet: 14, 5B and FB. RGB value is (20,91,251). Sum of RGB (Red+Green+Blue) = 20+91+251=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #145BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BFB is #EBA404. Grayscale: #575757. Windows color (decimal): -15442949 or 16472852. OLE color: 16472852.

HSL color Cylindrical-coordinate representation of color #145BFB: hue angle of 221.56º 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 #145BFB is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 91 251 -
CMYK 0.92 0.64 0 0.02
HSL 221.56º 0.97% 0.53% -
HSV(B) 221.56º 0.92% 0.98% -
XYZ 21.44 14.6 92.95 -
YUV 88.01 219.98 79.49 -
System Red Green Blue C M Y K H S L
Decimal 20 91 251 0.92 0.64 0 0.02 221.56 0.97 0.53
Hex 14 5B FB 5C 40 0 2 DE 61 35
Octal 24 133 373 134 100 0 2 336 141 65
Binary 10100 1011011 11111011 1011100 1000000 0 10 11011110 1100001 110101

Color Harmonies of #145BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BFB

Black with #145BFB

Text Example


Text Example

White with #145BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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