Html Css Color HEX #2365FF Royal Blue

📋 copy color: '#2365FF'

red 35 ◦ green 101 ◦ blue 255

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

Shades of Royal Blue #2365FF

Tints of Royal Blue #2365FF

RGB

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

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

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

R = 8.95%
G = 25.83%
B = 65.22%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2365FF (or 0x2365FF) is known color: Royal Blue. HEX triplet: 23, 65 and FF. RGB value is (35,101,255). Sum of RGB (Red+Green+Blue) = 35+101+255=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #2365FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365FF is #DC9A00. Grayscale: #626262. Windows color (decimal): -14457345 or 16737571. OLE color: 16737571.

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

Color convert

RGB 35 101 255 -
CMYK 0.86 0.60 0 0
HSL 222º 1% 0.57% -
HSV(B) 222º 0.86% 1% -
XYZ 23.4 16.88 96.63 -
YUV 98.82 216.13 82.48 -
System Red Green Blue C M Y K H S L
Decimal 35 101 255 0.86 0.60 0 0 222 1 0.57
Hex 23 65 FF 56 3C 0 0 DE 64 39
Octal 43 145 377 126 74 0 0 336 144 71
Binary 100011 1100101 11111111 1010110 111100 0 0 11011110 1100100 111001

Color Harmonies of #2365FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2365FF

Black with #2365FF

Text Example


Text Example

White with #2365FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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