Html Css Color HEX #263DD9 Persian Blue

📋 copy color: '#263DD9'

red 38 ◦ green 61 ◦ blue 217

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

Shades of Persian Blue #263DD9

Tints of Persian Blue #263DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.67%

R = 12.03%
G = 19.3%
B = 68.67%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#263DD9 (or 0x263DD9) is known color: Persian Blue. HEX triplet: 26, 3D and D9. RGB value is (38,61,217). Sum of RGB (Red+Green+Blue) = 38+61+217=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #263DD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DD9 is #D9C226. Grayscale: #474747. Windows color (decimal): -14271015 or 14236966. OLE color: 14236966.

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

Color convert

RGB 38 61 217 -
CMYK 0.82 0.72 0 0.15
HSL 232.29º 0.7% 0.5% -
HSV(B) 232.29º 0.82% 0.85% -
XYZ 14.99 8.76 66.55 -
YUV 71.91 209.88 103.82 -
System Red Green Blue C M Y K H S L
Decimal 38 61 217 0.82 0.72 0 0.15 232.29 0.7 0.5
Hex 26 3D D9 52 48 0 F E8 46 32
Octal 46 75 331 122 110 0 17 350 106 62
Binary 100110 111101 11011001 1010010 1001000 0 1111 11101000 1000110 110010

Color Harmonies of #263DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DD9

Black with #263DD9

Text Example


Text Example

White with #263DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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