Html Css Color HEX #257CBC Curious Blue

📋 copy color: '#257CBC'

red 37 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #257CBC

Tints of Curious Blue #257CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 10.6%
G = 35.53%
B = 53.87%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#257CBC (or 0x257CBC) is known color: Curious Blue. HEX triplet: 25, 7C and BC. RGB value is (37,124,188). Sum of RGB (Red+Green+Blue) = 37+124+188=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #257CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CBC is #DA8343. Grayscale: #686868. Windows color (decimal): -14320452 or 12352549. OLE color: 12352549.

HSL color Cylindrical-coordinate representation of color #257CBC: hue angle of 205.43º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257CBC is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 124 188 -
CMYK 0.80 0.34 0 0.26
HSL 205.43º 0.67% 0.44% -
HSV(B) 205.43º 0.8% 0.74% -
XYZ 17.05 18.44 50.24 -
YUV 105.28 174.68 79.3 -
System Red Green Blue C M Y K H S L
Decimal 37 124 188 0.80 0.34 0 0.26 205.43 0.67 0.44
Hex 25 7C BC 50 22 0 1A CD 43 2C
Octal 45 174 274 120 42 0 32 315 103 54
Binary 100101 1111100 10111100 1010000 100010 0 11010 11001101 1000011 101100

Color Harmonies of #257CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CBC

Black with #257CBC

Text Example


Text Example

White with #257CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,188); }

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

background-color css

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

 a { background-color: rgb(37,124,188); }

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

border-color css

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

 span { border-color: rgb(37,124,188); }

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