Html Css Color HEX #257BD3 Curious Blue

📋 copy color: '#257BD3'

red 37 ◦ green 123 ◦ blue 211

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

Shades of Curious Blue #257BD3

Tints of Curious Blue #257BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.87%

R = 9.97%
G = 33.15%
B = 56.87%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#257BD3 (or 0x257BD3) is known color: Curious Blue. HEX triplet: 25, 7B and D3. RGB value is (37,123,211). Sum of RGB (Red+Green+Blue) = 37+123+211=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #257BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BD3 is #DA842C. Grayscale: #6A6A6A. Windows color (decimal): -14320685 or 13859621. OLE color: 13859621.

HSL color Cylindrical-coordinate representation of color #257BD3: hue angle of 210.34º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257BD3 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 123 211 -
CMYK 0.82 0.42 0 0.17
HSL 210.34º 0.7% 0.49% -
HSV(B) 210.34º 0.82% 0.83% -
XYZ 19.6 19.26 64.31 -
YUV 107.32 186.51 77.84 -
System Red Green Blue C M Y K H S L
Decimal 37 123 211 0.82 0.42 0 0.17 210.34 0.7 0.49
Hex 25 7B D3 52 2A 0 11 D2 46 31
Octal 45 173 323 122 52 0 21 322 106 61
Binary 100101 1111011 11010011 1010010 101010 0 10001 11010010 1000110 110001

Color Harmonies of #257BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BD3

Black with #257BD3

Text Example


Text Example

White with #257BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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