Html Css Color HEX #2665E0 Royal Blue

📋 copy color: '#2665E0'

red 38 ◦ green 101 ◦ blue 224

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

Shades of Royal Blue #2665E0

Tints of Royal Blue #2665E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.71%

R = 10.47%
G = 27.82%
B = 61.71%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2665E0 (or 0x2665E0) is known color: Royal Blue. HEX triplet: 26, 65 and E0. RGB value is (38,101,224). Sum of RGB (Red+Green+Blue) = 38+101+224=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #2665E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665E0 is #D99A1F. Grayscale: #5F5F5F. Windows color (decimal): -14260768 or 14705958. OLE color: 14705958.

HSL color Cylindrical-coordinate representation of color #2665E0: hue angle of 219.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2665E0 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 101 224 -
CMYK 0.83 0.55 0 0.12
HSL 219.68º 0.75% 0.51% -
HSV(B) 219.68º 0.83% 0.88% -
XYZ 18.91 15.1 72.44 -
YUV 96.19 200.13 86.5 -
System Red Green Blue C M Y K H S L
Decimal 38 101 224 0.83 0.55 0 0.12 219.68 0.75 0.51
Hex 26 65 E0 53 37 0 C DC 4B 33
Octal 46 145 340 123 67 0 14 334 113 63
Binary 100110 1100101 11100000 1010011 110111 0 1100 11011100 1001011 110011

Color Harmonies of #2665E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665E0

Black with #2665E0

Text Example


Text Example

White with #2665E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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