Html Css Color HEX #256EEA Royal Blue

📋 copy color: '#256EEA'

red 37 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #256EEA

Tints of Royal Blue #256EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 9.71%
G = 28.87%
B = 61.42%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#256EEA (or 0x256EEA) is known color: Royal Blue. HEX triplet: 25, 6E and EA. RGB value is (37,110,234). Sum of RGB (Red+Green+Blue) = 37+110+234=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #256EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256EEA is #DA9115. Grayscale: #656565. Windows color (decimal): -14323990 or 15363621. OLE color: 15363621.

HSL color Cylindrical-coordinate representation of color #256EEA: hue angle of 217.77º degrees, saturation: 0.82, 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 #256EEA is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 110 234 -
CMYK 0.84 0.53 0 0.08
HSL 217.77º 0.82% 0.53% -
HSV(B) 217.77º 0.84% 0.92% -
XYZ 21.19 17.49 80.1 -
YUV 102.31 202.32 81.42 -
System Red Green Blue C M Y K H S L
Decimal 37 110 234 0.84 0.53 0 0.08 217.77 0.82 0.53
Hex 25 6E EA 54 35 0 8 DA 52 35
Octal 45 156 352 124 65 0 10 332 122 65
Binary 100101 1101110 11101010 1010100 110101 0 1000 11011010 1010010 110101

Color Harmonies of #256EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256EEA

Black with #256EEA

Text Example


Text Example

White with #256EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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