Html Css Color HEX #283EDB Persian Blue

📋 copy color: '#283EDB'

red 40 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #283EDB

Tints of Persian Blue #283EDB

RGB

 RED value IS 40 (16.02% from 255) = 12.46%

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 219 (85.94% from 255) = 68.22%

R = 12.46%
G = 19.31%
B = 68.22%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#283EDB (or 0x283EDB) is known color: Persian Blue. HEX triplet: 28, 3E and DB. RGB value is (40,62,219). Sum of RGB (Red+Green+Blue) = 40+62+219=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #283EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283EDB is #D7C124. Grayscale: #484848. Windows color (decimal): -14139685 or 14368296. OLE color: 14368296.

HSL color Cylindrical-coordinate representation of color #283EDB: hue angle of 232.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #283EDB is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 62 219 -
CMYK 0.82 0.72 0 0.14
HSL 232.63º 0.71% 0.51% -
HSV(B) 232.63º 0.82% 0.86% -
XYZ 15.38 9.01 67.95 -
YUV 73.32 210.21 104.23 -
System Red Green Blue C M Y K H S L
Decimal 40 62 219 0.82 0.72 0 0.14 232.63 0.71 0.51
Hex 28 3E DB 52 48 0 E E9 47 33
Octal 50 76 333 122 110 0 16 351 107 63
Binary 101000 111110 11011011 1010010 1001000 0 1110 11101001 1000111 110011

Color Harmonies of #283EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EDB

Black with #283EDB

Text Example


Text Example

White with #283EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283EDB; }

 p { color: rgb(40,62,219); }

 H1.HeaderClassName
 {
   color: #283EDB;
 }
 .AnyTagClassName
 {
   color: #283EDB;
 }
</style>

background-color css

<style>
 a { background-color: #283EDB; }

 a { background-color: rgb(40,62,219); }

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

border-color css

<style>
 span { border-color: #283EDB; }

 span { border-color: rgb(40,62,219); }

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