Html Css Color HEX #145AFB Royal Blue

📋 copy color: '#145AFB'

red 20 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #145AFB

Tints of Royal Blue #145AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 5.54%
G = 24.93%
B = 69.53%

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

#145AFB (or 0x145AFB) is known color: Royal Blue. HEX triplet: 14, 5A and FB. RGB value is (20,90,251). Sum of RGB (Red+Green+Blue) = 20+90+251=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #145AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AFB is #EBA504. Grayscale: #565656. Windows color (decimal): -15443205 or 16472596. OLE color: 16472596.

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

Color convert

RGB 20 90 251 -
CMYK 0.92 0.64 0 0.02
HSL 221.82º 0.97% 0.53% -
HSV(B) 221.82º 0.92% 0.98% -
XYZ 21.36 14.43 92.93 -
YUV 87.42 220.31 79.91 -
System Red Green Blue C M Y K H S L
Decimal 20 90 251 0.92 0.64 0 0.02 221.82 0.97 0.53
Hex 14 5A FB 5C 40 0 2 DE 61 35
Octal 24 132 373 134 100 0 2 336 141 65
Binary 10100 1011010 11111011 1011100 1000000 0 10 11011110 1100001 110101

Color Harmonies of #145AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145AFB

Black with #145AFB

Text Example


Text Example

White with #145AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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