Html Css Color HEX #2665E2 Royal Blue

📋 copy color: '#2665E2'

red 38 ◦ green 101 ◦ blue 226

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

Shades of Royal Blue #2665E2

Tints of Royal Blue #2665E2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 226 (88.67% from 255) = 61.92%

R = 10.41%
G = 27.67%
B = 61.92%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2665E2 (or 0x2665E2) is known color: Royal Blue. HEX triplet: 26, 65 and E2. RGB value is (38,101,226). Sum of RGB (Red+Green+Blue) = 38+101+226=365 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.41% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 226 (88.67% from 255 or 61.92% from 365); Max value from RGB is 226 - color contains mainly: blue. Hex color #2665E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665E2 is #D99A1D. Grayscale: #5F5F5F. Windows color (decimal): -14260766 or 14837030. OLE color: 14837030.

HSL color Cylindrical-coordinate representation of color #2665E2: hue angle of 219.89º degrees, saturation: 0.76, 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 #2665E2 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 38 101 226 -
CMYK 0.83 0.55 0 0.11
HSL 219.89º 0.76% 0.52% -
HSV(B) 219.89º 0.83% 0.89% -
XYZ 19.18 15.21 73.88 -
YUV 96.41 201.13 86.34 -
System Red Green Blue C M Y K H S L
Decimal 38 101 226 0.83 0.55 0 0.11 219.89 0.76 0.52
Hex 26 65 E2 53 37 0 B DC 4C 34
Octal 46 145 342 123 67 0 13 334 114 64
Binary 100110 1100101 11100010 1010011 110111 0 1011 11011100 1001100 110100

Color Harmonies of #2665E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665E2

Black with #2665E2

Text Example


Text Example

White with #2665E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2665E2; }

 p { color: rgb(38,101,226); }

 H1.HeaderClassName
 {
   color: #2665E2;
 }
 .AnyTagClassName
 {
   color: #2665E2;
 }
</style>

background-color css

<style>
 a { background-color: #2665E2; }

 a { background-color: rgb(38,101,226); }

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

border-color css

<style>
 span { border-color: #2665E2; }

 span { border-color: rgb(38,101,226); }

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