Html Css Color HEX #263AD7 Persian Blue

📋 copy color: '#263AD7'

red 38 ◦ green 58 ◦ blue 215

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

Shades of Persian Blue #263AD7

Tints of Persian Blue #263AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.13%

R = 12.22%
G = 18.65%
B = 69.13%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#263AD7 (or 0x263AD7) is known color: Persian Blue. HEX triplet: 26, 3A and D7. RGB value is (38,58,215). Sum of RGB (Red+Green+Blue) = 38+58+215=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #263AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AD7 is #D9C528. Grayscale: #454545. Windows color (decimal): -14271785 or 14105126. OLE color: 14105126.

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

Color convert

RGB 38 58 215 -
CMYK 0.82 0.73 0 0.16
HSL 233.22º 0.7% 0.5% -
HSV(B) 233.22º 0.82% 0.84% -
XYZ 14.58 8.34 65.13 -
YUV 69.92 209.87 105.23 -
System Red Green Blue C M Y K H S L
Decimal 38 58 215 0.82 0.73 0 0.16 233.22 0.7 0.5
Hex 26 3A D7 52 49 0 10 E9 46 32
Octal 46 72 327 122 111 0 20 351 106 62
Binary 100110 111010 11010111 1010010 1001001 0 10000 11101001 1000110 110010

Color Harmonies of #263AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AD7

Black with #263AD7

Text Example


Text Example

White with #263AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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