Html Css Color HEX #263DDB Persian Blue

📋 copy color: '#263DDB'

red 38 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #263DDB

Tints of Persian Blue #263DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 11.95%
G = 19.18%
B = 68.87%

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

#263DDB (or 0x263DDB) is known color: Persian Blue. HEX triplet: 26, 3D and DB. RGB value is (38,61,219). Sum of RGB (Red+Green+Blue) = 38+61+219=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #263DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DDB is #D9C224. Grayscale: #474747. Windows color (decimal): -14271013 or 14368038. OLE color: 14368038.

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

Color convert

RGB 38 61 219 -
CMYK 0.83 0.72 0 0.14
HSL 232.38º 0.72% 0.5% -
HSV(B) 232.38º 0.83% 0.86% -
XYZ 15.25 8.86 67.92 -
YUV 72.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 38 61 219 0.83 0.72 0 0.14 232.38 0.72 0.5
Hex 26 3D DB 53 48 0 E E8 48 32
Octal 46 75 333 123 110 0 16 350 110 62
Binary 100110 111101 11011011 1010011 1001000 0 1110 11101000 1001000 110010

Color Harmonies of #263DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DDB

Black with #263DDB

Text Example


Text Example

White with #263DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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