Html Css Color HEX #257EBC Curious Blue

📋 copy color: '#257EBC'

red 37 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #257EBC

Tints of Curious Blue #257EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

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

R = 10.54%
G = 35.9%
B = 53.56%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#257EBC (or 0x257EBC) is known color: Curious Blue. HEX triplet: 25, 7E and BC. RGB value is (37,126,188). Sum of RGB (Red+Green+Blue) = 37+126+188=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #257EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EBC is #DA8143. Grayscale: #6A6A6A. Windows color (decimal): -14319940 or 12353061. OLE color: 12353061.

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

Color convert

RGB 37 126 188 -
CMYK 0.80 0.33 0 0.26
HSL 204.64º 0.67% 0.44% -
HSV(B) 204.64º 0.8% 0.74% -
XYZ 17.3 18.95 50.32 -
YUV 106.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 37 126 188 0.80 0.33 0 0.26 204.64 0.67 0.44
Hex 25 7E BC 50 21 0 1A CD 43 2C
Octal 45 176 274 120 41 0 32 315 103 54
Binary 100101 1111110 10111100 1010000 100001 0 11010 11001101 1000011 101100

Color Harmonies of #257EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EBC

Black with #257EBC

Text Example


Text Example

White with #257EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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