Html Css Color HEX #262ADB Persian Blue

📋 copy color: '#262ADB'

red 38 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #262ADB

Tints of Persian Blue #262ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.05%

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 12.71%
G = 14.05%
B = 73.24%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#262ADB (or 0x262ADB) is known color: Persian Blue. HEX triplet: 26, 2A and DB. RGB value is (38,42,219). Sum of RGB (Red+Green+Blue) = 38+42+219=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #262ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ADB is #D9D524. Grayscale: #3C3C3C. Windows color (decimal): -14275877 or 14363174. OLE color: 14363174.

HSL color Cylindrical-coordinate representation of color #262ADB: hue angle of 238.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262ADB is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 42 219 -
CMYK 0.83 0.81 0 0.14
HSL 238.67º 0.72% 0.5% -
HSV(B) 238.67º 0.83% 0.86% -
XYZ 14.41 7.18 67.64 -
YUV 60.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 38 42 219 0.83 0.81 0 0.14 238.67 0.72 0.5
Hex 26 2A DB 53 51 0 E EF 48 32
Octal 46 52 333 123 121 0 16 357 110 62
Binary 100110 101010 11011011 1010011 1010001 0 1110 11101111 1001000 110010

Color Harmonies of #262ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262ADB

Black with #262ADB

Text Example


Text Example

White with #262ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,42,219); }

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

background-color css

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

 a { background-color: rgb(38,42,219); }

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

border-color css

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

 span { border-color: rgb(38,42,219); }

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