Html Css Color HEX #2662E4 Royal Blue

📋 copy color: '#2662E4'

red 38 ◦ green 98 ◦ blue 228

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

Shades of Royal Blue #2662E4

Tints of Royal Blue #2662E4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 228 (89.45% from 255) = 62.64%

R = 10.44%
G = 26.92%
B = 62.64%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2662E4 (or 0x2662E4) is known color: Royal Blue. HEX triplet: 26, 62 and E4. RGB value is (38,98,228). Sum of RGB (Red+Green+Blue) = 38+98+228=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #2662E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662E4 is #D99D1B. Grayscale: #5E5E5E. Windows color (decimal): -14261532 or 14967334. OLE color: 14967334.

HSL color Cylindrical-coordinate representation of color #2662E4: hue angle of 221.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2662E4 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 38 98 228 -
CMYK 0.83 0.57 0 0.11
HSL 221.05º 0.78% 0.52% -
HSV(B) 221.05º 0.83% 0.89% -
XYZ 19.17 14.75 75.24 -
YUV 94.88 203.12 87.43 -
System Red Green Blue C M Y K H S L
Decimal 38 98 228 0.83 0.57 0 0.11 221.05 0.78 0.52
Hex 26 62 E4 53 39 0 B DD 4E 34
Octal 46 142 344 123 71 0 13 335 116 64
Binary 100110 1100010 11100100 1010011 111001 0 1011 11011101 1001110 110100

Color Harmonies of #2662E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2662E4

Black with #2662E4

Text Example


Text Example

White with #2662E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2662E4; }

 p { color: rgb(38,98,228); }

 H1.HeaderClassName
 {
   color: #2662E4;
 }
 .AnyTagClassName
 {
   color: #2662E4;
 }
</style>

background-color css

<style>
 a { background-color: #2662E4; }

 a { background-color: rgb(38,98,228); }

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

border-color css

<style>
 span { border-color: #2662E4; }

 span { border-color: rgb(38,98,228); }

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