Html Css Color HEX #257FD9 Curious Blue

📋 copy color: '#257FD9'

red 37 ◦ green 127 ◦ blue 217

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

Shades of Curious Blue #257FD9

Tints of Curious Blue #257FD9

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 217 (85.16% from 255) = 56.96%

R = 9.71%
G = 33.33%
B = 56.96%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#257FD9 (or 0x257FD9) is known color: Curious Blue. HEX triplet: 25, 7F and D9. RGB value is (37,127,217). Sum of RGB (Red+Green+Blue) = 37+127+217=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #257FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FD9 is #DA8026. Grayscale: #6D6D6D. Windows color (decimal): -14319655 or 14253861. OLE color: 14253861.

HSL color Cylindrical-coordinate representation of color #257FD9: hue angle of 210º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257FD9 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 127 217 -
CMYK 0.83 0.41 0 0.15
HSL 210º 0.71% 0.5% -
HSV(B) 210º 0.83% 0.85% -
XYZ 20.88 20.58 68.52 -
YUV 110.35 188.18 75.68 -
System Red Green Blue C M Y K H S L
Decimal 37 127 217 0.83 0.41 0 0.15 210 0.71 0.5
Hex 25 7F D9 53 29 0 F D2 47 32
Octal 45 177 331 123 51 0 17 322 107 62
Binary 100101 1111111 11011001 1010011 101001 0 1111 11010010 1000111 110010

Color Harmonies of #257FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FD9

Black with #257FD9

Text Example


Text Example

White with #257FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,127,217); }

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

background-color css

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

 a { background-color: rgb(37,127,217); }

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

border-color css

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

 span { border-color: rgb(37,127,217); }

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