Html Css Color HEX #263EDE Persian Blue

📋 copy color: '#263EDE'

red 38 ◦ green 62 ◦ blue 222

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

Shades of Persian Blue #263EDE

Tints of Persian Blue #263EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 11.8%
G = 19.25%
B = 68.94%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#263EDE (or 0x263EDE) is known color: Persian Blue. HEX triplet: 26, 3E and DE. RGB value is (38,62,222). Sum of RGB (Red+Green+Blue) = 38+62+222=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #263EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263EDE is #D9C121. Grayscale: #484848. Windows color (decimal): -14270754 or 14564902. OLE color: 14564902.

HSL color Cylindrical-coordinate representation of color #263EDE: hue angle of 232.17º degrees, saturation: 0.74, 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 #263EDE is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 62 222 -
CMYK 0.83 0.72 0 0.13
HSL 232.17º 0.74% 0.51% -
HSV(B) 232.17º 0.83% 0.87% -
XYZ 15.71 9.13 70.04 -
YUV 73.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 38 62 222 0.83 0.72 0 0.13 232.17 0.74 0.51
Hex 26 3E DE 53 48 0 D E8 4A 33
Octal 46 76 336 123 110 0 15 350 112 63
Binary 100110 111110 11011110 1010011 1001000 0 1101 11101000 1001010 110011

Color Harmonies of #263EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EDE

Black with #263EDE

Text Example


Text Example

White with #263EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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