Html Css Color HEX #263FDB Persian Blue

📋 copy color: '#263FDB'

red 38 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #263FDB

Tints of Persian Blue #263FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

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

R = 11.88%
G = 19.69%
B = 68.44%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#263FDB (or 0x263FDB) is known color: Persian Blue. HEX triplet: 26, 3F and DB. RGB value is (38,63,219). Sum of RGB (Red+Green+Blue) = 38+63+219=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #263FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FDB is #D9C024. Grayscale: #484848. Windows color (decimal): -14270501 or 14368550. OLE color: 14368550.

HSL color Cylindrical-coordinate representation of color #263FDB: hue angle of 231.71º 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 #263FDB is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 63 219 -
CMYK 0.83 0.71 0 0.14
HSL 231.71º 0.72% 0.5% -
HSV(B) 231.71º 0.83% 0.86% -
XYZ 15.36 9.08 67.96 -
YUV 73.31 210.22 102.82 -
System Red Green Blue C M Y K H S L
Decimal 38 63 219 0.83 0.71 0 0.14 231.71 0.72 0.5
Hex 26 3F DB 53 47 0 E E8 48 32
Octal 46 77 333 123 107 0 16 350 110 62
Binary 100110 111111 11011011 1010011 1000111 0 1110 11101000 1001000 110010

Color Harmonies of #263FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263FDB

Black with #263FDB

Text Example


Text Example

White with #263FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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