Html Css Color HEX #257DBB Curious Blue

📋 copy color: '#257DBB'

red 37 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #257DBB

Tints of Curious Blue #257DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 10.6%
G = 35.82%
B = 53.58%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#257DBB (or 0x257DBB) is known color: Curious Blue. HEX triplet: 25, 7D and BB. RGB value is (37,125,187). Sum of RGB (Red+Green+Blue) = 37+125+187=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #257DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DBB is #DA8244. Grayscale: #696969. Windows color (decimal): -14320197 or 12287269. OLE color: 12287269.

HSL color Cylindrical-coordinate representation of color #257DBB: hue angle of 204.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257DBB is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 125 187 -
CMYK 0.80 0.33 0 0.27
HSL 204.8º 0.67% 0.44% -
HSV(B) 204.8º 0.8% 0.73% -
XYZ 17.07 18.65 49.71 -
YUV 105.76 173.85 78.96 -
System Red Green Blue C M Y K H S L
Decimal 37 125 187 0.80 0.33 0 0.27 204.8 0.67 0.44
Hex 25 7D BB 50 21 0 1B CD 43 2C
Octal 45 175 273 120 41 0 33 315 103 54
Binary 100101 1111101 10111011 1010000 100001 0 11011 11001101 1000011 101100

Color Harmonies of #257DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DBB

Black with #257DBB

Text Example


Text Example

White with #257DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,187); }

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

background-color css

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

 a { background-color: rgb(37,125,187); }

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

border-color css

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

 span { border-color: rgb(37,125,187); }

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