Html Css Color HEX #2352EF Royal Blue

📋 copy color: '#2352EF'

red 35 ◦ green 82 ◦ blue 239

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

Shades of Royal Blue #2352EF

Tints of Royal Blue #2352EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 9.83%
G = 23.03%
B = 67.13%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2352EF (or 0x2352EF) is known color: Royal Blue. HEX triplet: 23, 52 and EF. RGB value is (35,82,239). Sum of RGB (Red+Green+Blue) = 35+82+239=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #2352EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2352EF is #DCAD10. Grayscale: #555555. Windows color (decimal): -14462225 or 15684131. OLE color: 15684131.

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

Color convert

RGB 35 82 239 -
CMYK 0.85 0.66 0 0.06
HSL 226.18º 0.86% 0.54% -
HSV(B) 226.18º 0.85% 0.94% -
XYZ 19.29 12.62 83.08 -
YUV 85.85 214.43 91.73 -
System Red Green Blue C M Y K H S L
Decimal 35 82 239 0.85 0.66 0 0.06 226.18 0.86 0.54
Hex 23 52 EF 55 42 0 6 E2 56 36
Octal 43 122 357 125 102 0 6 342 126 66
Binary 100011 1010010 11101111 1010101 1000010 0 110 11100010 1010110 110110

Color Harmonies of #2352EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2352EF

Black with #2352EF

Text Example


Text Example

White with #2352EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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