Html Css Color HEX #257DBF Curious Blue

📋 copy color: '#257DBF'

red 37 ◦ green 125 ◦ blue 191

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

Shades of Curious Blue #257DBF

Tints of Curious Blue #257DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 191 (75% from 255) = 54.11%

R = 10.48%
G = 35.41%
B = 54.11%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#257DBF (or 0x257DBF) is known color: Curious Blue. HEX triplet: 25, 7D and BF. RGB value is (37,125,191). Sum of RGB (Red+Green+Blue) = 37+125+191=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #257DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DBF is #DA8240. Grayscale: #696969. Windows color (decimal): -14320193 or 12549413. OLE color: 12549413.

HSL color Cylindrical-coordinate representation of color #257DBF: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257DBF is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 125 191 -
CMYK 0.81 0.35 0 0.25
HSL 205.71º 0.68% 0.45% -
HSV(B) 205.71º 0.81% 0.75% -
XYZ 17.5 18.82 52 -
YUV 106.21 175.85 78.63 -
System Red Green Blue C M Y K H S L
Decimal 37 125 191 0.81 0.35 0 0.25 205.71 0.68 0.45
Hex 25 7D BF 51 23 0 19 CE 44 2D
Octal 45 175 277 121 43 0 31 316 104 55
Binary 100101 1111101 10111111 1010001 100011 0 11001 11001110 1000100 101101

Color Harmonies of #257DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DBF

Black with #257DBF

Text Example


Text Example

White with #257DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,191); }

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

background-color css

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

 a { background-color: rgb(37,125,191); }

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

border-color css

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

 span { border-color: rgb(37,125,191); }

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