Html Css Color HEX #257FBA Curious Blue

📋 copy color: '#257FBA'

red 37 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #257FBA

Tints of Curious Blue #257FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 10.57%
G = 36.29%
B = 53.14%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#257FBA (or 0x257FBA) is known color: Curious Blue. HEX triplet: 25, 7F and BA. RGB value is (37,127,186). Sum of RGB (Red+Green+Blue) = 37+127+186=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #257FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FBA is #DA8045. Grayscale: #6A6A6A. Windows color (decimal): -14319686 or 12222245. OLE color: 12222245.

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

Color convert

RGB 37 127 186 -
CMYK 0.80 0.32 0 0.27
HSL 203.76º 0.67% 0.44% -
HSV(B) 203.76º 0.8% 0.73% -
XYZ 17.22 19.12 49.24 -
YUV 106.82 172.68 78.2 -
System Red Green Blue C M Y K H S L
Decimal 37 127 186 0.80 0.32 0 0.27 203.76 0.67 0.44
Hex 25 7F BA 50 20 0 1B CC 43 2C
Octal 45 177 272 120 40 0 33 314 103 54
Binary 100101 1111111 10111010 1010000 100000 0 11011 11001100 1000011 101100

Color Harmonies of #257FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FBA

Black with #257FBA

Text Example


Text Example

White with #257FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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