Html Css Color HEX #257CBD Curious Blue

📋 copy color: '#257CBD'

red 37 ◦ green 124 ◦ blue 189

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

Shades of Curious Blue #257CBD

Tints of Curious Blue #257CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 10.57%
G = 35.43%
B = 54%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#257CBD (or 0x257CBD) is known color: Curious Blue. HEX triplet: 25, 7C and BD. RGB value is (37,124,189). Sum of RGB (Red+Green+Blue) = 37+124+189=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #257CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CBD is #DA8342. Grayscale: #696969. Windows color (decimal): -14320451 or 12418085. OLE color: 12418085.

HSL color Cylindrical-coordinate representation of color #257CBD: hue angle of 205.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257CBD is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 124 189 -
CMYK 0.80 0.34 0 0.26
HSL 205.66º 0.67% 0.44% -
HSV(B) 205.66º 0.8% 0.74% -
XYZ 17.16 18.48 50.81 -
YUV 105.4 175.18 79.21 -
System Red Green Blue C M Y K H S L
Decimal 37 124 189 0.80 0.34 0 0.26 205.66 0.67 0.44
Hex 25 7C BD 50 22 0 1A CE 43 2C
Octal 45 174 275 120 42 0 32 316 103 54
Binary 100101 1111100 10111101 1010000 100010 0 11010 11001110 1000011 101100

Color Harmonies of #257CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CBD

Black with #257CBD

Text Example


Text Example

White with #257CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,189); }

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

background-color css

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

 a { background-color: rgb(37,124,189); }

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

border-color css

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

 span { border-color: rgb(37,124,189); }

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