Html Css Color HEX #2665FF Royal Blue

📋 copy color: '#2665FF'

red 38 ◦ green 101 ◦ blue 255

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

Shades of Royal Blue #2665FF

Tints of Royal Blue #2665FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.72%

R = 9.64%
G = 25.63%
B = 64.72%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2665FF (or 0x2665FF) is known color: Royal Blue. HEX triplet: 26, 65 and FF. RGB value is (38,101,255). Sum of RGB (Red+Green+Blue) = 38+101+255=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #2665FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2665FF is #D99A00. Grayscale: #636363. Windows color (decimal): -14260737 or 16737574. OLE color: 16737574.

HSL color Cylindrical-coordinate representation of color #2665FF: hue angle of 222.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2665FF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 101 255 -
CMYK 0.85 0.60 0 0
HSL 222.58º 1% 0.57% -
HSV(B) 222.58º 0.85% 1% -
XYZ 23.5 16.94 96.64 -
YUV 99.72 215.63 83.98 -
System Red Green Blue C M Y K H S L
Decimal 38 101 255 0.85 0.60 0 0 222.58 1 0.57
Hex 26 65 FF 55 3C 0 0 DF 64 39
Octal 46 145 377 125 74 0 0 337 144 71
Binary 100110 1100101 11111111 1010101 111100 0 0 11011111 1100100 111001

Color Harmonies of #2665FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665FF

Black with #2665FF

Text Example


Text Example

White with #2665FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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