Html Css Color HEX #2365EF Royal Blue

📋 copy color: '#2365EF'

red 35 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #2365EF

Tints of Royal Blue #2365EF

RGB

 RED value IS 35 (14.06% from 255) = 9.33%

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

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

R = 9.33%
G = 26.93%
B = 63.73%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2365EF (or 0x2365EF) is known color: Royal Blue. HEX triplet: 23, 65 and EF. RGB value is (35,101,239). Sum of RGB (Red+Green+Blue) = 35+101+239=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2365EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365EF is #DC9A10. Grayscale: #606060. Windows color (decimal): -14457361 or 15688995. OLE color: 15688995.

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

Color convert

RGB 35 101 239 -
CMYK 0.85 0.58 0 0.06
HSL 220.59º 0.86% 0.54% -
HSV(B) 220.59º 0.85% 0.94% -
XYZ 20.93 15.9 83.63 -
YUV 97 208.13 83.78 -
System Red Green Blue C M Y K H S L
Decimal 35 101 239 0.85 0.58 0 0.06 220.59 0.86 0.54
Hex 23 65 EF 55 3A 0 6 DD 56 36
Octal 43 145 357 125 72 0 6 335 126 66
Binary 100011 1100101 11101111 1010101 111010 0 110 11011101 1010110 110110

Color Harmonies of #2365EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2365EF

Black with #2365EF

Text Example


Text Example

White with #2365EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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