Html Css Color HEX #257FB4 Curious Blue

📋 copy color: '#257FB4'

red 37 ◦ green 127 ◦ blue 180

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

Shades of Curious Blue #257FB4

Tints of Curious Blue #257FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.33%

R = 10.76%
G = 36.92%
B = 52.33%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#257FB4 (or 0x257FB4) is known color: Curious Blue. HEX triplet: 25, 7F and B4. RGB value is (37,127,180). Sum of RGB (Red+Green+Blue) = 37+127+180=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #257FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FB4 is #DA804B. Grayscale: #696969. Windows color (decimal): -14319692 or 11829029. OLE color: 11829029.

HSL color Cylindrical-coordinate representation of color #257FB4: hue angle of 202.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257FB4 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 127 180 -
CMYK 0.79 0.29 0 0.29
HSL 202.24º 0.66% 0.43% -
HSV(B) 202.24º 0.79% 0.71% -
XYZ 16.59 18.87 45.95 -
YUV 106.13 169.68 78.69 -
System Red Green Blue C M Y K H S L
Decimal 37 127 180 0.79 0.29 0 0.29 202.24 0.66 0.43
Hex 25 7F B4 4F 1D 0 1D CA 42 2B
Octal 45 177 264 117 35 0 35 312 102 53
Binary 100101 1111111 10110100 1001111 11101 0 11101 11001010 1000010 101011

Color Harmonies of #257FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FB4

Black with #257FB4

Text Example


Text Example

White with #257FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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