Html Css Color HEX #263ADD Persian Blue

📋 copy color: '#263ADD'

red 38 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #263ADD

Tints of Persian Blue #263ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 11.99%
G = 18.3%
B = 69.72%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#263ADD (or 0x263ADD) is known color: Persian Blue. HEX triplet: 26, 3A and DD. RGB value is (38,58,221). Sum of RGB (Red+Green+Blue) = 38+58+221=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #263ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ADD is #D9C522. Grayscale: #454545. Windows color (decimal): -14271779 or 14498342. OLE color: 14498342.

HSL color Cylindrical-coordinate representation of color #263ADD: hue angle of 233.44º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263ADD is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 58 221 -
CMYK 0.83 0.74 0 0.13
HSL 233.44º 0.73% 0.51% -
HSV(B) 233.44º 0.83% 0.87% -
XYZ 15.36 8.66 69.27 -
YUV 70.6 212.87 104.75 -
System Red Green Blue C M Y K H S L
Decimal 38 58 221 0.83 0.74 0 0.13 233.44 0.73 0.51
Hex 26 3A DD 53 4A 0 D E9 49 33
Octal 46 72 335 123 112 0 15 351 111 63
Binary 100110 111010 11011101 1010011 1001010 0 1101 11101001 1001001 110011

Color Harmonies of #263ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ADD

Black with #263ADD

Text Example


Text Example

White with #263ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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