Html Css Color HEX #257ECE Curious Blue

📋 copy color: '#257ECE'

red 37 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #257ECE

Tints of Curious Blue #257ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 10.03%
G = 34.15%
B = 55.83%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#257ECE (or 0x257ECE) is known color: Curious Blue. HEX triplet: 25, 7E and CE. RGB value is (37,126,206). Sum of RGB (Red+Green+Blue) = 37+126+206=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #257ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ECE is #DA8131. Grayscale: #6C6C6C. Windows color (decimal): -14319922 or 13532709. OLE color: 13532709.

HSL color Cylindrical-coordinate representation of color #257ECE: hue angle of 208.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257ECE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 126 206 -
CMYK 0.82 0.39 0 0.19
HSL 208.4º 0.7% 0.48% -
HSV(B) 208.4º 0.82% 0.81% -
XYZ 19.36 19.77 61.19 -
YUV 108.51 183.01 77 -
System Red Green Blue C M Y K H S L
Decimal 37 126 206 0.82 0.39 0 0.19 208.4 0.7 0.48
Hex 25 7E CE 52 27 0 13 D0 46 30
Octal 45 176 316 122 47 0 23 320 106 60
Binary 100101 1111110 11001110 1010010 100111 0 10011 11010000 1000110 110000

Color Harmonies of #257ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257ECE

Black with #257ECE

Text Example


Text Example

White with #257ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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