Html Css Color HEX #2665EB Royal Blue

📋 copy color: '#2665EB'

red 38 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #2665EB

Tints of Royal Blue #2665EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 10.16%
G = 27.01%
B = 62.83%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2665EB (or 0x2665EB) is known color: Royal Blue. HEX triplet: 26, 65 and EB. RGB value is (38,101,235). Sum of RGB (Red+Green+Blue) = 38+101+235=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #2665EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2665EB is #D99A14. Grayscale: #606060. Windows color (decimal): -14260757 or 15426854. OLE color: 15426854.

HSL color Cylindrical-coordinate representation of color #2665EB: hue angle of 220.81º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2665EB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 101 235 -
CMYK 0.84 0.57 0 0.08
HSL 220.81º 0.83% 0.54% -
HSV(B) 220.81º 0.84% 0.92% -
XYZ 20.45 15.72 80.55 -
YUV 97.44 205.63 85.6 -
System Red Green Blue C M Y K H S L
Decimal 38 101 235 0.84 0.57 0 0.08 220.81 0.83 0.54
Hex 26 65 EB 54 39 0 8 DD 53 36
Octal 46 145 353 124 71 0 10 335 123 66
Binary 100110 1100101 11101011 1010100 111001 0 1000 11011101 1010011 110110

Color Harmonies of #2665EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665EB

Black with #2665EB

Text Example


Text Example

White with #2665EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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