Html Css Color HEX #257DDB Royal Blue

📋 copy color: '#257DDB'

red 37 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #257DDB

Tints of Royal Blue #257DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 9.71%
G = 32.81%
B = 57.48%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#257DDB (or 0x257DDB) is known color: Royal Blue. HEX triplet: 25, 7D and DB. RGB value is (37,125,219). Sum of RGB (Red+Green+Blue) = 37+125+219=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #257DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DDB is #DA8224. Grayscale: #6C6C6C. Windows color (decimal): -14320165 or 14384421. OLE color: 14384421.

HSL color Cylindrical-coordinate representation of color #257DDB: hue angle of 210.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257DDB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 125 219 -
CMYK 0.83 0.43 0 0.14
HSL 210.99º 0.72% 0.5% -
HSV(B) 210.99º 0.83% 0.86% -
XYZ 20.88 20.18 69.81 -
YUV 109.4 189.85 76.36 -
System Red Green Blue C M Y K H S L
Decimal 37 125 219 0.83 0.43 0 0.14 210.99 0.72 0.5
Hex 25 7D DB 53 2B 0 E D3 48 32
Octal 45 175 333 123 53 0 16 323 110 62
Binary 100101 1111101 11011011 1010011 101011 0 1110 11010011 1001000 110010

Color Harmonies of #257DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DDB

Black with #257DDB

Text Example


Text Example

White with #257DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257DDB; }

 p { color: rgb(37,125,219); }

 H1.HeaderClassName
 {
   color: #257DDB;
 }
 .AnyTagClassName
 {
   color: #257DDB;
 }
</style>

background-color css

<style>
 a { background-color: #257DDB; }

 a { background-color: rgb(37,125,219); }

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

border-color css

<style>
 span { border-color: #257DDB; }

 span { border-color: rgb(37,125,219); }

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