Html Css Color HEX #257EC6 Curious Blue

📋 copy color: '#257EC6'

red 37 ◦ green 126 ◦ blue 198

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

Shades of Curious Blue #257EC6

Tints of Curious Blue #257EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.85%

R = 10.25%
G = 34.9%
B = 54.85%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#257EC6 (or 0x257EC6) is known color: Curious Blue. HEX triplet: 25, 7E and C6. RGB value is (37,126,198). Sum of RGB (Red+Green+Blue) = 37+126+198=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #257EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EC6 is #DA8139. Grayscale: #6B6B6B. Windows color (decimal): -14319930 or 13008421. OLE color: 13008421.

HSL color Cylindrical-coordinate representation of color #257EC6: hue angle of 206.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257EC6 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 126 198 -
CMYK 0.81 0.36 0 0.22
HSL 206.83º 0.69% 0.46% -
HSV(B) 206.83º 0.81% 0.78% -
XYZ 18.42 19.39 56.2 -
YUV 107.6 179.01 77.65 -
System Red Green Blue C M Y K H S L
Decimal 37 126 198 0.81 0.36 0 0.22 206.83 0.69 0.46
Hex 25 7E C6 51 24 0 16 CF 45 2E
Octal 45 176 306 121 44 0 26 317 105 56
Binary 100101 1111110 11000110 1010001 100100 0 10110 11001111 1000101 101110

Color Harmonies of #257EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257EC6

Black with #257EC6

Text Example


Text Example

White with #257EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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