Html Css Color HEX #257BCF Curious Blue

📋 copy color: '#257BCF'

red 37 ◦ green 123 ◦ blue 207

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

Shades of Curious Blue #257BCF

Tints of Curious Blue #257BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.4%

R = 10.08%
G = 33.51%
B = 56.4%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#257BCF (or 0x257BCF) is known color: Curious Blue. HEX triplet: 25, 7B and CF. RGB value is (37,123,207). Sum of RGB (Red+Green+Blue) = 37+123+207=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #257BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BCF is #DA8430. Grayscale: #6A6A6A. Windows color (decimal): -14320689 or 13597477. OLE color: 13597477.

HSL color Cylindrical-coordinate representation of color #257BCF: hue angle of 209.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257BCF is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 123 207 -
CMYK 0.82 0.41 0 0.19
HSL 209.65º 0.7% 0.48% -
HSV(B) 209.65º 0.82% 0.81% -
XYZ 19.11 19.06 61.7 -
YUV 106.86 184.51 78.17 -
System Red Green Blue C M Y K H S L
Decimal 37 123 207 0.82 0.41 0 0.19 209.65 0.7 0.48
Hex 25 7B CF 52 29 0 13 D2 46 30
Octal 45 173 317 122 51 0 23 322 106 60
Binary 100101 1111011 11001111 1010010 101001 0 10011 11010010 1000110 110000

Color Harmonies of #257BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BCF

Black with #257BCF

Text Example


Text Example

White with #257BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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