Html Css Color HEX #263EDB Persian Blue

📋 copy color: '#263EDB'

red 38 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #263EDB

Tints of Persian Blue #263EDB

RGB

 RED value IS 38 (15.23% from 255) = 11.91%

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

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

R = 11.91%
G = 19.44%
B = 68.65%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#263EDB (or 0x263EDB) is known color: Persian Blue. HEX triplet: 26, 3E and DB. RGB value is (38,62,219). Sum of RGB (Red+Green+Blue) = 38+62+219=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #263EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263EDB is #D9C124. Grayscale: #484848. Windows color (decimal): -14270757 or 14368294. OLE color: 14368294.

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

Color convert

RGB 38 62 219 -
CMYK 0.83 0.72 0 0.14
HSL 232.04º 0.72% 0.5% -
HSV(B) 232.04º 0.83% 0.86% -
XYZ 15.31 8.97 67.94 -
YUV 72.72 210.55 103.23 -
System Red Green Blue C M Y K H S L
Decimal 38 62 219 0.83 0.72 0 0.14 232.04 0.72 0.5
Hex 26 3E DB 53 48 0 E E8 48 32
Octal 46 76 333 123 110 0 16 350 110 62
Binary 100110 111110 11011011 1010011 1001000 0 1110 11101000 1001000 110010

Color Harmonies of #263EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EDB

Black with #263EDB

Text Example


Text Example

White with #263EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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