Html Css Color HEX #257BDE Royal Blue

📋 copy color: '#257BDE'

red 37 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #257BDE

Tints of Royal Blue #257BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 9.69%
G = 32.2%
B = 58.12%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#257BDE (or 0x257BDE) is known color: Royal Blue. HEX triplet: 25, 7B and DE. RGB value is (37,123,222). Sum of RGB (Red+Green+Blue) = 37+123+222=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #257BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BDE is #DA8421. Grayscale: #6C6C6C. Windows color (decimal): -14320674 or 14580517. OLE color: 14580517.

HSL color Cylindrical-coordinate representation of color #257BDE: hue angle of 212.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257BDE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 123 222 -
CMYK 0.83 0.45 0 0.13
HSL 212.11º 0.74% 0.51% -
HSV(B) 212.11º 0.83% 0.87% -
XYZ 21.03 19.83 71.83 -
YUV 108.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 37 123 222 0.83 0.45 0 0.13 212.11 0.74 0.51
Hex 25 7B DE 53 2D 0 D D4 4A 33
Octal 45 173 336 123 55 0 15 324 112 63
Binary 100101 1111011 11011110 1010011 101101 0 1101 11010100 1001010 110011

Color Harmonies of #257BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BDE

Black with #257BDE

Text Example


Text Example

White with #257BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,123,222); }

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

background-color css

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

 a { background-color: rgb(37,123,222); }

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

border-color css

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

 span { border-color: rgb(37,123,222); }

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