Html Css Color HEX #257ABA Curious Blue

📋 copy color: '#257ABA'

red 37 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #257ABA

Tints of Curious Blue #257ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 10.72%
G = 35.36%
B = 53.91%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#257ABA (or 0x257ABA) is known color: Curious Blue. HEX triplet: 25, 7A and BA. RGB value is (37,122,186). Sum of RGB (Red+Green+Blue) = 37+122+186=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #257ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ABA is #DA8545. Grayscale: #676767. Windows color (decimal): -14320966 or 12220965. OLE color: 12220965.

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

Color convert

RGB 37 122 186 -
CMYK 0.80 0.34 0 0.27
HSL 205.77º 0.67% 0.44% -
HSV(B) 205.77º 0.8% 0.73% -
XYZ 16.59 17.86 49.03 -
YUV 103.88 174.34 80.3 -
System Red Green Blue C M Y K H S L
Decimal 37 122 186 0.80 0.34 0 0.27 205.77 0.67 0.44
Hex 25 7A BA 50 22 0 1B CE 43 2C
Octal 45 172 272 120 42 0 33 316 103 54
Binary 100101 1111010 10111010 1010000 100010 0 11011 11001110 1000011 101100

Color Harmonies of #257ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257ABA

Black with #257ABA

Text Example


Text Example

White with #257ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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