Html Css Color HEX #2370EF Royal Blue

📋 copy color: '#2370EF'

red 35 ◦ green 112 ◦ blue 239

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

Shades of Royal Blue #2370EF

Tints of Royal Blue #2370EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 9.07%
G = 29.02%
B = 61.92%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2370EF (or 0x2370EF) is known color: Royal Blue. HEX triplet: 23, 70 and EF. RGB value is (35,112,239). Sum of RGB (Red+Green+Blue) = 35+112+239=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #2370EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2370EF is #DC8F10. Grayscale: #666666. Windows color (decimal): -14454545 or 15691811. OLE color: 15691811.

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

Color convert

RGB 35 112 239 -
CMYK 0.85 0.53 0 0.06
HSL 217.35º 0.86% 0.54% -
HSV(B) 217.35º 0.85% 0.94% -
XYZ 22.07 18.18 84.01 -
YUV 103.46 204.49 79.17 -
System Red Green Blue C M Y K H S L
Decimal 35 112 239 0.85 0.53 0 0.06 217.35 0.86 0.54
Hex 23 70 EF 55 35 0 6 D9 56 36
Octal 43 160 357 125 65 0 6 331 126 66
Binary 100011 1110000 11101111 1010101 110101 0 110 11011001 1010110 110110

Color Harmonies of #2370EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2370EF

Black with #2370EF

Text Example


Text Example

White with #2370EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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