Html Css Color HEX #2665DD Royal Blue

📋 copy color: '#2665DD'

red 38 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #2665DD

Tints of Royal Blue #2665DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 10.56%
G = 28.06%
B = 61.39%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2665DD (or 0x2665DD) is known color: Royal Blue. HEX triplet: 26, 65 and DD. RGB value is (38,101,221). Sum of RGB (Red+Green+Blue) = 38+101+221=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2665DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665DD is #D99A22. Grayscale: #5F5F5F. Windows color (decimal): -14260771 or 14509350. OLE color: 14509350.

HSL color Cylindrical-coordinate representation of color #2665DD: hue angle of 219.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2665DD is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 101 221 -
CMYK 0.83 0.54 0 0.13
HSL 219.34º 0.73% 0.51% -
HSV(B) 219.34º 0.83% 0.87% -
XYZ 18.5 14.94 70.32 -
YUV 95.84 198.63 86.74 -
System Red Green Blue C M Y K H S L
Decimal 38 101 221 0.83 0.54 0 0.13 219.34 0.73 0.51
Hex 26 65 DD 53 36 0 D DB 49 33
Octal 46 145 335 123 66 0 15 333 111 63
Binary 100110 1100101 11011101 1010011 110110 0 1101 11011011 1001001 110011

Color Harmonies of #2665DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665DD

Black with #2665DD

Text Example


Text Example

White with #2665DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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