Html Css Color HEX #257DBA Curious Blue

📋 copy color: '#257DBA'

red 37 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #257DBA

Tints of Curious Blue #257DBA

RGB

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

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

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

R = 10.63%
G = 35.92%
B = 53.45%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#257DBA (or 0x257DBA) is known color: Curious Blue. HEX triplet: 25, 7D and BA. RGB value is (37,125,186). Sum of RGB (Red+Green+Blue) = 37+125+186=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #257DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DBA is #DA8245. Grayscale: #696969. Windows color (decimal): -14320198 or 12221733. OLE color: 12221733.

HSL color Cylindrical-coordinate representation of color #257DBA: hue angle of 204.56º 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 #257DBA is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 125 186 -
CMYK 0.80 0.33 0 0.27
HSL 204.56º 0.67% 0.44% -
HSV(B) 204.56º 0.8% 0.73% -
XYZ 16.96 18.61 49.15 -
YUV 105.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 37 125 186 0.80 0.33 0 0.27 204.56 0.67 0.44
Hex 25 7D BA 50 21 0 1B CD 43 2C
Octal 45 175 272 120 41 0 33 315 103 54
Binary 100101 1111101 10111010 1010000 100001 0 11011 11001101 1000011 101100

Color Harmonies of #257DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DBA

Black with #257DBA

Text Example


Text Example

White with #257DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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