Html Css Color HEX #1455FA Royal Blue

📋 copy color: '#1455FA'

red 20 ◦ green 85 ◦ blue 250

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

Shades of Royal Blue #1455FA

Tints of Royal Blue #1455FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 250 (98.05% from 255) = 70.42%

R = 5.63%
G = 23.94%
B = 70.42%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1455FA (or 0x1455FA) is known color: Royal Blue. HEX triplet: 14, 55 and FA. RGB value is (20,85,250). Sum of RGB (Red+Green+Blue) = 20+85+250=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #1455FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1455FA is #EBAA05. Grayscale: #535353. Windows color (decimal): -15444486 or 16405780. OLE color: 16405780.

HSL color Cylindrical-coordinate representation of color #1455FA: hue angle of 223.04º degrees, saturation: 0.96, 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 #1455FA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 85 250 -
CMYK 0.92 0.66 0 0.02
HSL 223.04º 0.96% 0.53% -
HSV(B) 223.04º 0.92% 0.98% -
XYZ 20.79 13.55 91.96 -
YUV 84.38 221.47 82.08 -
System Red Green Blue C M Y K H S L
Decimal 20 85 250 0.92 0.66 0 0.02 223.04 0.96 0.53
Hex 14 55 FA 5C 42 0 2 DF 60 35
Octal 24 125 372 134 102 0 2 337 140 65
Binary 10100 1010101 11111010 1011100 1000010 0 10 11011111 1100000 110101

Color Harmonies of #1455FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1455FA

Black with #1455FA

Text Example


Text Example

White with #1455FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1455FA; }

 p { color: rgb(20,85,250); }

 H1.HeaderClassName
 {
   color: #1455FA;
 }
 .AnyTagClassName
 {
   color: #1455FA;
 }
</style>

background-color css

<style>
 a { background-color: #1455FA; }

 a { background-color: rgb(20,85,250); }

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

border-color css

<style>
 span { border-color: #1455FA; }

 span { border-color: rgb(20,85,250); }

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