Html Css Color HEX #257CCF Curious Blue

📋 copy color: '#257CCF'

red 37 ◦ green 124 ◦ blue 207

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

Shades of Curious Blue #257CCF

Tints of Curious Blue #257CCF

RGB

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

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

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

R = 10.05%
G = 33.7%
B = 56.25%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#257CCF (or 0x257CCF) is known color: Curious Blue. HEX triplet: 25, 7C and CF. RGB value is (37,124,207). Sum of RGB (Red+Green+Blue) = 37+124+207=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #257CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CCF is #DA8330. Grayscale: #6B6B6B. Windows color (decimal): -14320433 or 13597733. OLE color: 13597733.

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

Color convert

RGB 37 124 207 -
CMYK 0.82 0.40 0 0.19
HSL 209.29º 0.7% 0.48% -
HSV(B) 209.29º 0.82% 0.81% -
XYZ 19.23 19.31 61.75 -
YUV 107.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 37 124 207 0.82 0.40 0 0.19 209.29 0.7 0.48
Hex 25 7C CF 52 28 0 13 D1 46 30
Octal 45 174 317 122 50 0 23 321 106 60
Binary 100101 1111100 11001111 1010010 101000 0 10011 11010001 1000110 110000

Color Harmonies of #257CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CCF

Black with #257CCF

Text Example


Text Example

White with #257CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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