Html Css Color HEX #262EDD Persian Blue

📋 copy color: '#262EDD'

red 38 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #262EDD

Tints of Persian Blue #262EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 12.46%
G = 15.08%
B = 72.46%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#262EDD (or 0x262EDD) is known color: Persian Blue. HEX triplet: 26, 2E and DD. RGB value is (38,46,221). Sum of RGB (Red+Green+Blue) = 38+46+221=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #262EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262EDD is #D9D122. Grayscale: #3E3E3E. Windows color (decimal): -14274851 or 14495270. OLE color: 14495270.

HSL color Cylindrical-coordinate representation of color #262EDD: hue angle of 237.38º degrees, saturation: 0.73, 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 #262EDD is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 46 221 -
CMYK 0.83 0.79 0 0.13
HSL 237.38º 0.73% 0.51% -
HSV(B) 237.38º 0.83% 0.87% -
XYZ 14.83 7.59 69.09 -
YUV 63.56 216.85 109.77 -
System Red Green Blue C M Y K H S L
Decimal 38 46 221 0.83 0.79 0 0.13 237.38 0.73 0.51
Hex 26 2E DD 53 4F 0 D ED 49 33
Octal 46 56 335 123 117 0 15 355 111 63
Binary 100110 101110 11011101 1010011 1001111 0 1101 11101101 1001001 110011

Color Harmonies of #262EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262EDD

Black with #262EDD

Text Example


Text Example

White with #262EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262EDD; }

 p { color: rgb(38,46,221); }

 H1.HeaderClassName
 {
   color: #262EDD;
 }
 .AnyTagClassName
 {
   color: #262EDD;
 }
</style>

background-color css

<style>
 a { background-color: #262EDD; }

 a { background-color: rgb(38,46,221); }

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

border-color css

<style>
 span { border-color: #262EDD; }

 span { border-color: rgb(38,46,221); }

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