Html Css Color HEX #257FBB Curious Blue

📋 copy color: '#257FBB'

red 37 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #257FBB

Tints of Curious Blue #257FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 10.54%
G = 36.18%
B = 53.28%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#257FBB (or 0x257FBB) is known color: Curious Blue. HEX triplet: 25, 7F and BB. RGB value is (37,127,187). Sum of RGB (Red+Green+Blue) = 37+127+187=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #257FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FBB is #DA8044. Grayscale: #6A6A6A. Windows color (decimal): -14319685 or 12287781. OLE color: 12287781.

HSL color Cylindrical-coordinate representation of color #257FBB: hue angle of 204º 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 #257FBB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 127 187 -
CMYK 0.80 0.32 0 0.27
HSL 204º 0.67% 0.44% -
HSV(B) 204º 0.8% 0.73% -
XYZ 17.32 19.16 49.8 -
YUV 106.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 37 127 187 0.80 0.32 0 0.27 204 0.67 0.44
Hex 25 7F BB 50 20 0 1B CC 43 2C
Octal 45 177 273 120 40 0 33 314 103 54
Binary 100101 1111111 10111011 1010000 100000 0 11011 11001100 1000011 101100

Color Harmonies of #257FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FBB

Black with #257FBB

Text Example


Text Example

White with #257FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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