Html Css Color HEX #2349EF Royal Blue

📋 copy color: '#2349EF'

red 35 ◦ green 73 ◦ blue 239

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

Shades of Royal Blue #2349EF

Tints of Royal Blue #2349EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 10.09%
G = 21.04%
B = 68.88%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2349EF (or 0x2349EF) is known color: Royal Blue. HEX triplet: 23, 49 and EF. RGB value is (35,73,239). Sum of RGB (Red+Green+Blue) = 35+73+239=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #2349EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2349EF is #DCB610. Grayscale: #4F4F4F. Windows color (decimal): -14464529 or 15681827. OLE color: 15681827.

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

Color convert

RGB 35 73 239 -
CMYK 0.85 0.69 0 0.06
HSL 228.82º 0.86% 0.54% -
HSV(B) 228.82º 0.85% 0.94% -
XYZ 18.66 11.35 82.87 -
YUV 80.56 217.41 95.5 -
System Red Green Blue C M Y K H S L
Decimal 35 73 239 0.85 0.69 0 0.06 228.82 0.86 0.54
Hex 23 49 EF 55 45 0 6 E5 56 36
Octal 43 111 357 125 105 0 6 345 126 66
Binary 100011 1001001 11101111 1010101 1000101 0 110 11100101 1010110 110110

Color Harmonies of #2349EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2349EF

Black with #2349EF

Text Example


Text Example

White with #2349EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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