Html Css Color HEX #2355EF Royal Blue

📋 copy color: '#2355EF'

red 35 ◦ green 85 ◦ blue 239

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

Shades of Royal Blue #2355EF

Tints of Royal Blue #2355EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 9.75%
G = 23.68%
B = 66.57%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2355EF (or 0x2355EF) is known color: Royal Blue. HEX triplet: 23, 55 and EF. RGB value is (35,85,239). Sum of RGB (Red+Green+Blue) = 35+85+239=359 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.75% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #2355EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2355EF is #DCAA10. Grayscale: #565656. Windows color (decimal): -14461457 or 15684899. OLE color: 15684899.

HSL color Cylindrical-coordinate representation of color #2355EF: hue angle of 225.29º 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 #2355EF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 85 239 -
CMYK 0.85 0.64 0 0.06
HSL 225.29º 0.86% 0.54% -
HSV(B) 225.29º 0.85% 0.94% -
XYZ 19.52 13.09 83.16 -
YUV 87.61 213.44 90.48 -
System Red Green Blue C M Y K H S L
Decimal 35 85 239 0.85 0.64 0 0.06 225.29 0.86 0.54
Hex 23 55 EF 55 40 0 6 E1 56 36
Octal 43 125 357 125 100 0 6 341 126 66
Binary 100011 1010101 11101111 1010101 1000000 0 110 11100001 1010110 110110

Color Harmonies of #2355EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355EF

Black with #2355EF

Text Example


Text Example

White with #2355EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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