Html Css Color HEX #2669E5 Royal Blue

📋 copy color: '#2669E5'

red 38 ◦ green 105 ◦ blue 229

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

Shades of Royal Blue #2669E5

Tints of Royal Blue #2669E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

 BLUE value IS 229 (89.84% from 255) = 61.56%

R = 10.22%
G = 28.23%
B = 61.56%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2669E5 (or 0x2669E5) is known color: Royal Blue. HEX triplet: 26, 69 and E5. RGB value is (38,105,229). Sum of RGB (Red+Green+Blue) = 38+105+229=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #2669E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669E5 is #D9961A. Grayscale: #626262. Windows color (decimal): -14259739 or 15034662. OLE color: 15034662.

HSL color Cylindrical-coordinate representation of color #2669E5: hue angle of 218.95º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2669E5 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 38 105 229 -
CMYK 0.83 0.54 0 0.10
HSL 218.95º 0.79% 0.52% -
HSV(B) 218.95º 0.83% 0.9% -
XYZ 19.99 16.17 76.2 -
YUV 99.1 201.3 84.42 -
System Red Green Blue C M Y K H S L
Decimal 38 105 229 0.83 0.54 0 0.10 218.95 0.79 0.52
Hex 26 69 E5 53 36 0 A DB 4F 34
Octal 46 151 345 123 66 0 12 333 117 64
Binary 100110 1101001 11100101 1010011 110110 0 1010 11011011 1001111 110100

Color Harmonies of #2669E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2669E5

Black with #2669E5

Text Example


Text Example

White with #2669E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2669E5; }

 p { color: rgb(38,105,229); }

 H1.HeaderClassName
 {
   color: #2669E5;
 }
 .AnyTagClassName
 {
   color: #2669E5;
 }
</style>

background-color css

<style>
 a { background-color: #2669E5; }

 a { background-color: rgb(38,105,229); }

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

border-color css

<style>
 span { border-color: #2669E5; }

 span { border-color: rgb(38,105,229); }

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