Html Css Color HEX #1438CB Persian Blue

📋 copy color: '#1438CB'

red 20 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #1438CB

Tints of Persian Blue #1438CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

 BLUE value IS 203 (79.69% from 255) = 72.76%

R = 7.17%
G = 20.07%
B = 72.76%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1438CB (or 0x1438CB) is known color: Persian Blue. HEX triplet: 14, 38 and CB. RGB value is (20,56,203). Sum of RGB (Red+Green+Blue) = 20+56+203=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #1438CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1438CB is #EBC734. Grayscale: #3D3D3D. Windows color (decimal): -15451957 or 13318164. OLE color: 13318164.

HSL color Cylindrical-coordinate representation of color #1438CB: hue angle of 228.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1438CB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 56 203 -
CMYK 0.90 0.72 0 0.20
HSL 228.2º 0.82% 0.44% -
HSV(B) 228.2º 0.9% 0.8% -
XYZ 12.48 7.29 57.25 -
YUV 61.99 207.57 98.05 -
System Red Green Blue C M Y K H S L
Decimal 20 56 203 0.90 0.72 0 0.20 228.2 0.82 0.44
Hex 14 38 CB 5A 48 0 14 E4 52 2C
Octal 24 70 313 132 110 0 24 344 122 54
Binary 10100 111000 11001011 1011010 1001000 0 10100 11100100 1010010 101100

Color Harmonies of #1438CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1438CB

Black with #1438CB

Text Example


Text Example

White with #1438CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1438CB; }

 p { color: rgb(20,56,203); }

 H1.HeaderClassName
 {
   color: #1438CB;
 }
 .AnyTagClassName
 {
   color: #1438CB;
 }
</style>

background-color css

<style>
 a { background-color: #1438CB; }

 a { background-color: rgb(20,56,203); }

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

border-color css

<style>
 span { border-color: #1438CB; }

 span { border-color: rgb(20,56,203); }

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