Html Css Color HEX #257BCD Curious Blue

📋 copy color: '#257BCD'

red 37 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #257BCD

Tints of Curious Blue #257BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 10.14%
G = 33.7%
B = 56.16%

CMYK

 C value IS 0.82

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#257BCD (or 0x257BCD) is known color: Curious Blue. HEX triplet: 25, 7B and CD. RGB value is (37,123,205). Sum of RGB (Red+Green+Blue) = 37+123+205=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #257BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BCD is #DA8432. Grayscale: #6A6A6A. Windows color (decimal): -14320691 or 13466405. OLE color: 13466405.

HSL color Cylindrical-coordinate representation of color #257BCD: hue angle of 209.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257BCD is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 123 205 -
CMYK 0.82 0.4 0 0.20
HSL 209.29º 0.69% 0.47% -
HSV(B) 209.29º 0.82% 0.8% -
XYZ 18.87 18.97 60.42 -
YUV 106.63 183.51 78.33 -
System Red Green Blue C M Y K H S L
Decimal 37 123 205 0.82 0.4 0 0.20 209.29 0.69 0.47
Hex 25 7B CD 52 28 0 14 D1 45 2F
Octal 45 173 315 122 50 0 24 321 105 57
Binary 100101 1111011 11001101 1010010 101000 0 10100 11010001 1000101 101111

Color Harmonies of #257BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BCD

Black with #257BCD

Text Example


Text Example

White with #257BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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