Html Css Color HEX #2662EA Royal Blue

📋 copy color: '#2662EA'

red 38 ◦ green 98 ◦ blue 234

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

Shades of Royal Blue #2662EA

Tints of Royal Blue #2662EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 10.27%
G = 26.49%
B = 63.24%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2662EA (or 0x2662EA) is known color: Royal Blue. HEX triplet: 26, 62 and EA. RGB value is (38,98,234). Sum of RGB (Red+Green+Blue) = 38+98+234=370 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.27% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #2662EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2662EA is #D99D15. Grayscale: #5E5E5E. Windows color (decimal): -14261526 or 15360550. OLE color: 15360550.

HSL color Cylindrical-coordinate representation of color #2662EA: hue angle of 221.63º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2662EA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 98 234 -
CMYK 0.84 0.58 0 0.08
HSL 221.63º 0.82% 0.53% -
HSV(B) 221.63º 0.84% 0.92% -
XYZ 20.02 15.09 79.7 -
YUV 95.56 206.12 86.94 -
System Red Green Blue C M Y K H S L
Decimal 38 98 234 0.84 0.58 0 0.08 221.63 0.82 0.53
Hex 26 62 EA 54 3A 0 8 DE 52 35
Octal 46 142 352 124 72 0 10 336 122 65
Binary 100110 1100010 11101010 1010100 111010 0 1000 11011110 1010010 110101

Color Harmonies of #2662EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2662EA

Black with #2662EA

Text Example


Text Example

White with #2662EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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