Html Css Color HEX #257CCC Curious Blue

📋 copy color: '#257CCC'

red 37 ◦ green 124 ◦ blue 204

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

Shades of Curious Blue #257CCC

Tints of Curious Blue #257CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 10.14%
G = 33.97%
B = 55.89%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#257CCC (or 0x257CCC) is known color: Curious Blue. HEX triplet: 25, 7C and CC. RGB value is (37,124,204). Sum of RGB (Red+Green+Blue) = 37+124+204=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #257CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CCC is #DA8333. Grayscale: #6A6A6A. Windows color (decimal): -14320436 or 13401125. OLE color: 13401125.

HSL color Cylindrical-coordinate representation of color #257CCC: hue angle of 208.74º 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 #257CCC is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 124 204 -
CMYK 0.82 0.39 0 0.2
HSL 208.74º 0.69% 0.47% -
HSV(B) 208.74º 0.82% 0.8% -
XYZ 18.87 19.17 59.83 -
YUV 107.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 37 124 204 0.82 0.39 0 0.2 208.74 0.69 0.47
Hex 25 7C CC 52 27 0 14 D1 45 2F
Octal 45 174 314 122 47 0 24 321 105 57
Binary 100101 1111100 11001100 1010010 100111 0 10100 11010001 1000101 101111

Color Harmonies of #257CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CCC

Black with #257CCC

Text Example


Text Example

White with #257CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,204); }

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

background-color css

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

 a { background-color: rgb(37,124,204); }

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

border-color css

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

 span { border-color: rgb(37,124,204); }

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