Html Css Color HEX #257FB2 Curious Blue

📋 copy color: '#257FB2'

red 37 ◦ green 127 ◦ blue 178

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

Shades of Curious Blue #257FB2

Tints of Curious Blue #257FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.05%

R = 10.82%
G = 37.13%
B = 52.05%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#257FB2 (or 0x257FB2) is known color: Curious Blue. HEX triplet: 25, 7F and B2. RGB value is (37,127,178). Sum of RGB (Red+Green+Blue) = 37+127+178=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #257FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257FB2 is #DA804D. Grayscale: #696969. Windows color (decimal): -14319694 or 11697957. OLE color: 11697957.

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

Color convert

RGB 37 127 178 -
CMYK 0.79 0.29 0 0.30
HSL 201.7º 0.66% 0.42% -
HSV(B) 201.7º 0.79% 0.7% -
XYZ 16.39 18.79 44.88 -
YUV 105.9 168.68 78.85 -
System Red Green Blue C M Y K H S L
Decimal 37 127 178 0.79 0.29 0 0.30 201.7 0.66 0.42
Hex 25 7F B2 4F 1D 0 1E CA 42 2A
Octal 45 177 262 117 35 0 36 312 102 52
Binary 100101 1111111 10110010 1001111 11101 0 11110 11001010 1000010 101010

Color Harmonies of #257FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FB2

Black with #257FB2

Text Example


Text Example

White with #257FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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