Html Css Color HEX #257BBA Curious Blue

📋 copy color: '#257BBA'

red 37 ◦ green 123 ◦ blue 186

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

Shades of Curious Blue #257BBA

Tints of Curious Blue #257BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 10.69%
G = 35.55%
B = 53.76%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#257BBA (or 0x257BBA) is known color: Curious Blue. HEX triplet: 25, 7B and BA. RGB value is (37,123,186). Sum of RGB (Red+Green+Blue) = 37+123+186=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #257BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BBA is #DA8445. Grayscale: #686868. Windows color (decimal): -14320710 or 12221221. OLE color: 12221221.

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

Color convert

RGB 37 123 186 -
CMYK 0.80 0.34 0 0.27
HSL 205.37º 0.67% 0.44% -
HSV(B) 205.37º 0.8% 0.73% -
XYZ 16.71 18.1 49.07 -
YUV 104.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 37 123 186 0.80 0.34 0 0.27 205.37 0.67 0.44
Hex 25 7B BA 50 22 0 1B CD 43 2C
Octal 45 173 272 120 42 0 33 315 103 54
Binary 100101 1111011 10111010 1010000 100010 0 11011 11001101 1000011 101100

Color Harmonies of #257BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BBA

Black with #257BBA

Text Example


Text Example

White with #257BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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