Html Css Color HEX #2365EA Royal Blue

📋 copy color: '#2365EA'

red 35 ◦ green 101 ◦ blue 234

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

Shades of Royal Blue #2365EA

Tints of Royal Blue #2365EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 9.46%
G = 27.3%
B = 63.24%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2365EA (or 0x2365EA) is known color: Royal Blue. HEX triplet: 23, 65 and EA. RGB value is (35,101,234). Sum of RGB (Red+Green+Blue) = 35+101+234=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #2365EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365EA is #DC9A15. Grayscale: #5F5F5F. Windows color (decimal): -14457366 or 15361315. OLE color: 15361315.

HSL color Cylindrical-coordinate representation of color #2365EA: hue angle of 220.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2365EA is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 101 234 -
CMYK 0.85 0.57 0 0.08
HSL 220.1º 0.83% 0.53% -
HSV(B) 220.1º 0.85% 0.92% -
XYZ 20.2 15.61 79.79 -
YUV 96.43 205.63 84.19 -
System Red Green Blue C M Y K H S L
Decimal 35 101 234 0.85 0.57 0 0.08 220.1 0.83 0.53
Hex 23 65 EA 55 39 0 8 DC 53 35
Octal 43 145 352 125 71 0 10 334 123 65
Binary 100011 1100101 11101010 1010101 111001 0 1000 11011100 1010011 110101

Color Harmonies of #2365EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2365EA

Black with #2365EA

Text Example


Text Example

White with #2365EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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