Html Css Color HEX #257BCE Curious Blue

📋 copy color: '#257BCE'

red 37 ◦ green 123 ◦ blue 206

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

Shades of Curious Blue #257BCE

Tints of Curious Blue #257BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

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

R = 10.11%
G = 33.61%
B = 56.28%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#257BCE (or 0x257BCE) is known color: Curious Blue. HEX triplet: 25, 7B and CE. RGB value is (37,123,206). Sum of RGB (Red+Green+Blue) = 37+123+206=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #257BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BCE is #DA8431. Grayscale: #6A6A6A. Windows color (decimal): -14320690 or 13531941. OLE color: 13531941.

HSL color Cylindrical-coordinate representation of color #257BCE: hue angle of 209.47º 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 #257BCE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 123 206 -
CMYK 0.82 0.40 0 0.19
HSL 209.47º 0.7% 0.48% -
HSV(B) 209.47º 0.82% 0.81% -
XYZ 18.99 19.02 61.06 -
YUV 106.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 37 123 206 0.82 0.40 0 0.19 209.47 0.7 0.48
Hex 25 7B CE 52 28 0 13 D1 46 30
Octal 45 173 316 122 50 0 23 321 106 60
Binary 100101 1111011 11001110 1010010 101000 0 10011 11010001 1000110 110000

Color Harmonies of #257BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BCE

Black with #257BCE

Text Example


Text Example

White with #257BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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