Html Css Color HEX #263ED0 Persian Blue

📋 copy color: '#263ED0'

red 38 ◦ green 62 ◦ blue 208

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

Shades of Persian Blue #263ED0

Tints of Persian Blue #263ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

 BLUE value IS 208 (81.64% from 255) = 67.53%

R = 12.34%
G = 20.13%
B = 67.53%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#263ED0 (or 0x263ED0) is known color: Persian Blue. HEX triplet: 26, 3E and D0. RGB value is (38,62,208). Sum of RGB (Red+Green+Blue) = 38+62+208=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #263ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ED0 is #D9C12F. Grayscale: #464646. Windows color (decimal): -14270768 or 13647398. OLE color: 13647398.

HSL color Cylindrical-coordinate representation of color #263ED0: hue angle of 231.53º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263ED0 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 62 208 -
CMYK 0.82 0.70 0 0.18
HSL 231.53º 0.69% 0.48% -
HSV(B) 231.53º 0.82% 0.82% -
XYZ 13.91 8.41 60.57 -
YUV 71.47 205.05 104.13 -
System Red Green Blue C M Y K H S L
Decimal 38 62 208 0.82 0.70 0 0.18 231.53 0.69 0.48
Hex 26 3E D0 52 46 0 12 E8 45 30
Octal 46 76 320 122 106 0 22 350 105 60
Binary 100110 111110 11010000 1010010 1000110 0 10010 11101000 1000101 110000

Color Harmonies of #263ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ED0

Black with #263ED0

Text Example


Text Example

White with #263ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,208); }

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

background-color css

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

 a { background-color: rgb(38,62,208); }

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

border-color css

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

 span { border-color: rgb(38,62,208); }

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