Html Css Color HEX #2365DE Royal Blue

📋 copy color: '#2365DE'

red 35 ◦ green 101 ◦ blue 222

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

Shades of Royal Blue #2365DE

Tints of Royal Blue #2365DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 9.78%
G = 28.21%
B = 62.01%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2365DE (or 0x2365DE) is known color: Royal Blue. HEX triplet: 23, 65 and DE. RGB value is (35,101,222). Sum of RGB (Red+Green+Blue) = 35+101+222=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #2365DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365DE is #DC9A21. Grayscale: #5E5E5E. Windows color (decimal): -14457378 or 14574883. OLE color: 14574883.

HSL color Cylindrical-coordinate representation of color #2365DE: hue angle of 218.82º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2365DE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 101 222 -
CMYK 0.84 0.55 0 0.13
HSL 218.82º 0.74% 0.5% -
HSV(B) 218.82º 0.84% 0.87% -
XYZ 18.53 14.94 71.01 -
YUV 95.06 199.63 85.16 -
System Red Green Blue C M Y K H S L
Decimal 35 101 222 0.84 0.55 0 0.13 218.82 0.74 0.5
Hex 23 65 DE 54 37 0 D DB 4A 32
Octal 43 145 336 124 67 0 15 333 112 62
Binary 100011 1100101 11011110 1010100 110111 0 1101 11011011 1001010 110010

Color Harmonies of #2365DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2365DE

Black with #2365DE

Text Example


Text Example

White with #2365DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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