Html Css Color HEX #1433EF Persian Blue

📋 copy color: '#1433EF'

red 20 ◦ green 51 ◦ blue 239

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

Shades of Persian Blue #1433EF

Tints of Persian Blue #1433EF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 239 (93.75% from 255) = 77.1%

R = 6.45%
G = 16.45%
B = 77.1%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1433EF (or 0x1433EF) is known color: Persian Blue. HEX triplet: 14, 33 and EF. RGB value is (20,51,239). Sum of RGB (Red+Green+Blue) = 20+51+239=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #1433EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1433EF is #EBCC10. Grayscale: #3E3E3E. Windows color (decimal): -15453201 or 15676180. OLE color: 15676180.

HSL color Cylindrical-coordinate representation of color #1433EF: hue angle of 231.51º degrees, saturation: 0.87, 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 #1433EF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 51 239 -
CMYK 0.92 0.79 0 0.06
HSL 231.51º 0.87% 0.51% -
HSV(B) 231.51º 0.92% 0.94% -
XYZ 17.05 8.75 82.45 -
YUV 63.16 227.23 97.21 -
System Red Green Blue C M Y K H S L
Decimal 20 51 239 0.92 0.79 0 0.06 231.51 0.87 0.51
Hex 14 33 EF 5C 4F 0 6 E8 57 33
Octal 24 63 357 134 117 0 6 350 127 63
Binary 10100 110011 11101111 1011100 1001111 0 110 11101000 1010111 110011

Color Harmonies of #1433EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433EF

Black with #1433EF

Text Example


Text Example

White with #1433EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1433EF; }

 p { color: rgb(20,51,239); }

 H1.HeaderClassName
 {
   color: #1433EF;
 }
 .AnyTagClassName
 {
   color: #1433EF;
 }
</style>

background-color css

<style>
 a { background-color: #1433EF; }

 a { background-color: rgb(20,51,239); }

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

border-color css

<style>
 span { border-color: #1433EF; }

 span { border-color: rgb(20,51,239); }

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