Html Css Color HEX #2265EF Royal Blue

📋 copy color: '#2265EF'

red 34 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #2265EF

Tints of Royal Blue #2265EF

RGB

 RED value IS 34 (13.67% from 255) = 9.09%

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 9.09%
G = 27.01%
B = 63.9%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2265EF (or 0x2265EF) is known color: Royal Blue. HEX triplet: 22, 65 and EF. RGB value is (34,101,239). Sum of RGB (Red+Green+Blue) = 34+101+239=374 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.09% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #2265EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2265EF is #DD9A10. Grayscale: #606060. Windows color (decimal): -14522897 or 15688994. OLE color: 15688994.

HSL color Cylindrical-coordinate representation of color #2265EF: hue angle of 220.39º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2265EF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 101 239 -
CMYK 0.86 0.58 0 0.06
HSL 220.39º 0.86% 0.54% -
HSV(B) 220.39º 0.86% 0.94% -
XYZ 20.89 15.88 83.63 -
YUV 96.7 208.3 83.28 -
System Red Green Blue C M Y K H S L
Decimal 34 101 239 0.86 0.58 0 0.06 220.39 0.86 0.54
Hex 22 65 EF 56 3A 0 6 DC 56 36
Octal 42 145 357 126 72 0 6 334 126 66
Binary 100010 1100101 11101111 1010110 111010 0 110 11011100 1010110 110110

Color Harmonies of #2265EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2265EF

Black with #2265EF

Text Example


Text Example

White with #2265EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2265EF; }

 p { color: rgb(34,101,239); }

 H1.HeaderClassName
 {
   color: #2265EF;
 }
 .AnyTagClassName
 {
   color: #2265EF;
 }
</style>

background-color css

<style>
 a { background-color: #2265EF; }

 a { background-color: rgb(34,101,239); }

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

border-color css

<style>
 span { border-color: #2265EF; }

 span { border-color: rgb(34,101,239); }

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