Html Css Color HEX #263ED4 Persian Blue

📋 copy color: '#263ED4'

red 38 ◦ green 62 ◦ blue 212

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

Shades of Persian Blue #263ED4

Tints of Persian Blue #263ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 67.95%

R = 12.18%
G = 19.87%
B = 67.95%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#263ED4 (or 0x263ED4) is known color: Persian Blue. HEX triplet: 26, 3E and D4. RGB value is (38,62,212). Sum of RGB (Red+Green+Blue) = 38+62+212=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 212 (83.20% from 255 or 67.95% from 312); Max value from RGB is 212 - color contains mainly: blue. Hex color #263ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ED4 is #D9C12B. Grayscale: #474747. Windows color (decimal): -14270764 or 13909542. OLE color: 13909542.

HSL color Cylindrical-coordinate representation of color #263ED4: hue angle of 231.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263ED4 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 38 62 212 -
CMYK 0.82 0.71 0 0.17
HSL 231.72º 0.7% 0.49% -
HSV(B) 231.72º 0.82% 0.83% -
XYZ 14.41 8.61 63.19 -
YUV 71.92 207.05 103.8 -
System Red Green Blue C M Y K H S L
Decimal 38 62 212 0.82 0.71 0 0.17 231.72 0.7 0.49
Hex 26 3E D4 52 47 0 11 E8 46 31
Octal 46 76 324 122 107 0 21 350 106 61
Binary 100110 111110 11010100 1010010 1000111 0 10001 11101000 1000110 110001

Color Harmonies of #263ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263ED4

Black with #263ED4

Text Example


Text Example

White with #263ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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