Html Css Color HEX #2665EC Royal Blue

📋 copy color: '#2665EC'

red 38 ◦ green 101 ◦ blue 236

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

Shades of Royal Blue #2665EC

Tints of Royal Blue #2665EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 10.13%
G = 26.93%
B = 62.93%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2665EC (or 0x2665EC) is known color: Royal Blue. HEX triplet: 26, 65 and EC. RGB value is (38,101,236). Sum of RGB (Red+Green+Blue) = 38+101+236=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #2665EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2665EC is #D99A13. Grayscale: #606060. Windows color (decimal): -14260756 or 15492390. OLE color: 15492390.

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

Color convert

RGB 38 101 236 -
CMYK 0.84 0.57 0 0.07
HSL 220.91º 0.84% 0.54% -
HSV(B) 220.91º 0.84% 0.93% -
XYZ 20.59 15.78 81.32 -
YUV 97.55 206.13 85.52 -
System Red Green Blue C M Y K H S L
Decimal 38 101 236 0.84 0.57 0 0.07 220.91 0.84 0.54
Hex 26 65 EC 54 39 0 7 DD 54 36
Octal 46 145 354 124 71 0 7 335 124 66
Binary 100110 1100101 11101100 1010100 111001 0 111 11011101 1010100 110110

Color Harmonies of #2665EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665EC

Black with #2665EC

Text Example


Text Example

White with #2665EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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