Html Css Color HEX #257FCD Curious Blue

📋 copy color: '#257FCD'

red 37 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #257FCD

Tints of Curious Blue #257FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.56%

R = 10.03%
G = 34.42%
B = 55.56%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#257FCD (or 0x257FCD) is known color: Curious Blue. HEX triplet: 25, 7F and CD. RGB value is (37,127,205). Sum of RGB (Red+Green+Blue) = 37+127+205=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #257FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257FCD is #DA8032. Grayscale: #6C6C6C. Windows color (decimal): -14319667 or 13467429. OLE color: 13467429.

HSL color Cylindrical-coordinate representation of color #257FCD: hue angle of 207.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257FCD is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 127 205 -
CMYK 0.82 0.38 0 0.20
HSL 207.86º 0.69% 0.47% -
HSV(B) 207.86º 0.82% 0.8% -
XYZ 19.37 19.98 60.59 -
YUV 108.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 37 127 205 0.82 0.38 0 0.20 207.86 0.69 0.47
Hex 25 7F CD 52 26 0 14 D0 45 2F
Octal 45 177 315 122 46 0 24 320 105 57
Binary 100101 1111111 11001101 1010010 100110 0 10100 11010000 1000101 101111

Color Harmonies of #257FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FCD

Black with #257FCD

Text Example


Text Example

White with #257FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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