Html Css Color HEX #257DB3 Curious Blue

📋 copy color: '#257DB3'

red 37 ◦ green 125 ◦ blue 179

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

Shades of Curious Blue #257DB3

Tints of Curious Blue #257DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 10.85%
G = 36.66%
B = 52.49%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#257DB3 (or 0x257DB3) is known color: Curious Blue. HEX triplet: 25, 7D and B3. RGB value is (37,125,179). Sum of RGB (Red+Green+Blue) = 37+125+179=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #257DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DB3 is #DA824C. Grayscale: #686868. Windows color (decimal): -14320205 or 11762981. OLE color: 11762981.

HSL color Cylindrical-coordinate representation of color #257DB3: hue angle of 202.82º 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 #257DB3 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 125 179 -
CMYK 0.79 0.30 0 0.30
HSL 202.82º 0.66% 0.42% -
HSV(B) 202.82º 0.79% 0.7% -
XYZ 16.23 18.32 45.33 -
YUV 104.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 37 125 179 0.79 0.30 0 0.30 202.82 0.66 0.42
Hex 25 7D B3 4F 1E 0 1E CB 42 2A
Octal 45 175 263 117 36 0 36 313 102 52
Binary 100101 1111101 10110011 1001111 11110 0 11110 11001011 1000010 101010

Color Harmonies of #257DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DB3

Black with #257DB3

Text Example


Text Example

White with #257DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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