Html Css Color HEX #263AD8 Persian Blue

📋 copy color: '#263AD8'

red 38 ◦ green 58 ◦ blue 216

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

Shades of Persian Blue #263AD8

Tints of Persian Blue #263AD8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 216 (84.77% from 255) = 69.23%

R = 12.18%
G = 18.59%
B = 69.23%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#263AD8 (or 0x263AD8) is known color: Persian Blue. HEX triplet: 26, 3A and D8. RGB value is (38,58,216). Sum of RGB (Red+Green+Blue) = 38+58+216=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #263AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AD8 is #D9C527. Grayscale: #454545. Windows color (decimal): -14271784 or 14170662. OLE color: 14170662.

HSL color Cylindrical-coordinate representation of color #263AD8: hue angle of 233.26º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263AD8 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 58 216 -
CMYK 0.82 0.73 0 0.15
HSL 233.26º 0.7% 0.5% -
HSV(B) 233.26º 0.82% 0.85% -
XYZ 14.71 8.4 65.81 -
YUV 70.03 210.37 105.15 -
System Red Green Blue C M Y K H S L
Decimal 38 58 216 0.82 0.73 0 0.15 233.26 0.7 0.5
Hex 26 3A D8 52 49 0 F E9 46 32
Octal 46 72 330 122 111 0 17 351 106 62
Binary 100110 111010 11011000 1010010 1001001 0 1111 11101001 1000110 110010

Color Harmonies of #263AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AD8

Black with #263AD8

Text Example


Text Example

White with #263AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,58,216); }

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

background-color css

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

 a { background-color: rgb(38,58,216); }

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

border-color css

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

 span { border-color: rgb(38,58,216); }

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