Html Css Color HEX #257CBF Curious Blue

📋 copy color: '#257CBF'

red 37 ◦ green 124 ◦ blue 191

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

Shades of Curious Blue #257CBF

Tints of Curious Blue #257CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 10.51%
G = 35.23%
B = 54.26%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#257CBF (or 0x257CBF) is known color: Curious Blue. HEX triplet: 25, 7C and BF. RGB value is (37,124,191). Sum of RGB (Red+Green+Blue) = 37+124+191=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #257CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CBF is #DA8340. Grayscale: #696969. Windows color (decimal): -14320449 or 12549157. OLE color: 12549157.

HSL color Cylindrical-coordinate representation of color #257CBF: hue angle of 206.1º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257CBF is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 124 191 -
CMYK 0.81 0.35 0 0.25
HSL 206.1º 0.68% 0.45% -
HSV(B) 206.1º 0.81% 0.75% -
XYZ 17.37 18.57 51.96 -
YUV 105.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 37 124 191 0.81 0.35 0 0.25 206.1 0.68 0.45
Hex 25 7C BF 51 23 0 19 CE 44 2D
Octal 45 174 277 121 43 0 31 316 104 55
Binary 100101 1111100 10111111 1010001 100011 0 11001 11001110 1000100 101101

Color Harmonies of #257CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CBF

Black with #257CBF

Text Example


Text Example

White with #257CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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