Html Css Color HEX #2568EB Royal Blue

📋 copy color: '#2568EB'

red 37 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #2568EB

Tints of Royal Blue #2568EB

RGB

 RED value IS 37 (14.84% from 255) = 9.84%

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 235 (92.19% from 255) = 62.5%

R = 9.84%
G = 27.66%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2568EB (or 0x2568EB) is known color: Royal Blue. HEX triplet: 25, 68 and EB. RGB value is (37,104,235). Sum of RGB (Red+Green+Blue) = 37+104+235=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #2568EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2568EB is #DA9714. Grayscale: #626262. Windows color (decimal): -14325525 or 15427621. OLE color: 15427621.

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

Color convert

RGB 37 104 235 -
CMYK 0.84 0.56 0 0.08
HSL 219.7º 0.83% 0.53% -
HSV(B) 219.7º 0.84% 0.92% -
XYZ 20.71 16.29 80.65 -
YUV 98.9 204.8 83.85 -
System Red Green Blue C M Y K H S L
Decimal 37 104 235 0.84 0.56 0 0.08 219.7 0.83 0.53
Hex 25 68 EB 54 38 0 8 DC 53 35
Octal 45 150 353 124 70 0 10 334 123 65
Binary 100101 1101000 11101011 1010100 111000 0 1000 11011100 1010011 110101

Color Harmonies of #2568EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2568EB

Black with #2568EB

Text Example


Text Example

White with #2568EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2568EB; }

 p { color: rgb(37,104,235); }

 H1.HeaderClassName
 {
   color: #2568EB;
 }
 .AnyTagClassName
 {
   color: #2568EB;
 }
</style>

background-color css

<style>
 a { background-color: #2568EB; }

 a { background-color: rgb(37,104,235); }

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

border-color css

<style>
 span { border-color: #2568EB; }

 span { border-color: rgb(37,104,235); }

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