Html Css Color HEX #1445F0 Persian Blue

📋 copy color: '#1445F0'

red 20 ◦ green 69 ◦ blue 240

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

Shades of Persian Blue #1445F0

Tints of Persian Blue #1445F0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 240 (94.14% from 255) = 72.95%

R = 6.08%
G = 20.97%
B = 72.95%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1445F0 (or 0x1445F0) is known color: Persian Blue. HEX triplet: 14, 45 and F0. RGB value is (20,69,240). Sum of RGB (Red+Green+Blue) = 20+69+240=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #1445F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1445F0 is #EBBA0F. Grayscale: #494949. Windows color (decimal): -15448592 or 15746324. OLE color: 15746324.

HSL color Cylindrical-coordinate representation of color #1445F0: hue angle of 226.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1445F0 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 69 240 -
CMYK 0.92 0.71 0 0.06
HSL 226.64º 0.88% 0.51% -
HSV(B) 226.64º 0.92% 0.94% -
XYZ 18.14 10.7 83.55 -
YUV 73.84 221.77 89.6 -
System Red Green Blue C M Y K H S L
Decimal 20 69 240 0.92 0.71 0 0.06 226.64 0.88 0.51
Hex 14 45 F0 5C 47 0 6 E3 58 33
Octal 24 105 360 134 107 0 6 343 130 63
Binary 10100 1000101 11110000 1011100 1000111 0 110 11100011 1011000 110011

Color Harmonies of #1445F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1445F0

Black with #1445F0

Text Example


Text Example

White with #1445F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1445F0; }

 p { color: rgb(20,69,240); }

 H1.HeaderClassName
 {
   color: #1445F0;
 }
 .AnyTagClassName
 {
   color: #1445F0;
 }
</style>

background-color css

<style>
 a { background-color: #1445F0; }

 a { background-color: rgb(20,69,240); }

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

border-color css

<style>
 span { border-color: #1445F0; }

 span { border-color: rgb(20,69,240); }

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