Html Css Color HEX #256EED Royal Blue

📋 copy color: '#256EED'

red 37 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #256EED

Tints of Royal Blue #256EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 9.64%
G = 28.65%
B = 61.72%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#256EED (or 0x256EED) is known color: Royal Blue. HEX triplet: 25, 6E and ED. RGB value is (37,110,237). Sum of RGB (Red+Green+Blue) = 37+110+237=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #256EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EED is #DA9112. Grayscale: #666666. Windows color (decimal): -14323987 or 15560229. OLE color: 15560229.

HSL color Cylindrical-coordinate representation of color #256EED: hue angle of 218.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #256EED is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 110 237 -
CMYK 0.84 0.54 0 0.07
HSL 218.1º 0.85% 0.54% -
HSV(B) 218.1º 0.84% 0.93% -
XYZ 21.62 17.66 82.39 -
YUV 102.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 37 110 237 0.84 0.54 0 0.07 218.1 0.85 0.54
Hex 25 6E ED 54 36 0 7 DA 55 36
Octal 45 156 355 124 66 0 7 332 125 66
Binary 100101 1101110 11101101 1010100 110110 0 111 11011010 1010101 110110

Color Harmonies of #256EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EED

Black with #256EED

Text Example


Text Example

White with #256EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256EED; }

 p { color: rgb(37,110,237); }

 H1.HeaderClassName
 {
   color: #256EED;
 }
 .AnyTagClassName
 {
   color: #256EED;
 }
</style>

background-color css

<style>
 a { background-color: #256EED; }

 a { background-color: rgb(37,110,237); }

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

border-color css

<style>
 span { border-color: #256EED; }

 span { border-color: rgb(37,110,237); }

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