Html Css Color HEX #256AEA Royal Blue

📋 copy color: '#256AEA'

red 37 ◦ green 106 ◦ blue 234

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

Shades of Royal Blue #256AEA

Tints of Royal Blue #256AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

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

R = 9.81%
G = 28.12%
B = 62.07%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#256AEA (or 0x256AEA) is known color: Royal Blue. HEX triplet: 25, 6A and EA. RGB value is (37,106,234). Sum of RGB (Red+Green+Blue) = 37+106+234=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #256AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #256AEA is #DA9515. Grayscale: #636363. Windows color (decimal): -14325014 or 15362597. OLE color: 15362597.

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

Color convert

RGB 37 106 234 -
CMYK 0.84 0.55 0 0.08
HSL 218.98º 0.82% 0.53% -
HSV(B) 218.98º 0.84% 0.92% -
XYZ 20.77 16.64 79.96 -
YUV 99.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 37 106 234 0.84 0.55 0 0.08 218.98 0.82 0.53
Hex 25 6A EA 54 37 0 8 DB 52 35
Octal 45 152 352 124 67 0 10 333 122 65
Binary 100101 1101010 11101010 1010100 110111 0 1000 11011011 1010010 110101

Color Harmonies of #256AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256AEA

Black with #256AEA

Text Example


Text Example

White with #256AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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