Html Css Color HEX #256BE0 Royal Blue

📋 copy color: '#256BE0'

red 37 ◦ green 107 ◦ blue 224

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

Shades of Royal Blue #256BE0

Tints of Royal Blue #256BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 224 (87.89% from 255) = 60.87%

R = 10.05%
G = 29.08%
B = 60.87%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#256BE0 (or 0x256BE0) is known color: Royal Blue. HEX triplet: 25, 6B and E0. RGB value is (37,107,224). Sum of RGB (Red+Green+Blue) = 37+107+224=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #256BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BE0 is #DA941F. Grayscale: #626262. Windows color (decimal): -14324768 or 14707493. OLE color: 14707493.

HSL color Cylindrical-coordinate representation of color #256BE0: hue angle of 217.54º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256BE0 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 107 224 -
CMYK 0.83 0.52 0 0.12
HSL 217.54º 0.75% 0.51% -
HSV(B) 217.54º 0.83% 0.88% -
XYZ 19.48 16.29 72.64 -
YUV 99.41 198.31 83.49 -
System Red Green Blue C M Y K H S L
Decimal 37 107 224 0.83 0.52 0 0.12 217.54 0.75 0.51
Hex 25 6B E0 53 34 0 C DA 4B 33
Octal 45 153 340 123 64 0 14 332 113 63
Binary 100101 1101011 11100000 1010011 110100 0 1100 11011010 1001011 110011

Color Harmonies of #256BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256BE0

Black with #256BE0

Text Example


Text Example

White with #256BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,107,224); }

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

background-color css

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

 a { background-color: rgb(37,107,224); }

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

border-color css

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

 span { border-color: rgb(37,107,224); }

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