Html Css Color HEX #207DC4 Curious Blue

📋 copy color: '#207DC4'

red 32 ◦ green 125 ◦ blue 196

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

Shades of Curious Blue #207DC4

Tints of Curious Blue #207DC4

RGB

 RED value IS 32 (12.89% from 255) = 9.07%

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 196 (76.95% from 255) = 55.52%

R = 9.07%
G = 35.41%
B = 55.52%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#207DC4 (or 0x207DC4) is known color: Curious Blue. HEX triplet: 20, 7D and C4. RGB value is (32,125,196). Sum of RGB (Red+Green+Blue) = 32+125+196=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #207DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DC4 is #DF823B. Grayscale: #686868. Windows color (decimal): -14647868 or 12877088. OLE color: 12877088.

HSL color Cylindrical-coordinate representation of color #207DC4: hue angle of 205.98º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207DC4 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 125 196 -
CMYK 0.84 0.36 0 0.23
HSL 205.98º 0.72% 0.45% -
HSV(B) 205.98º 0.84% 0.77% -
XYZ 17.89 18.96 54.94 -
YUV 105.29 179.19 75.73 -
System Red Green Blue C M Y K H S L
Decimal 32 125 196 0.84 0.36 0 0.23 205.98 0.72 0.45
Hex 20 7D C4 54 24 0 17 CE 48 2D
Octal 40 175 304 124 44 0 27 316 110 55
Binary 100000 1111101 11000100 1010100 100100 0 10111 11001110 1001000 101101

Color Harmonies of #207DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207DC4

Black with #207DC4

Text Example


Text Example

White with #207DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207DC4; }

 p { color: rgb(32,125,196); }

 H1.HeaderClassName
 {
   color: #207DC4;
 }
 .AnyTagClassName
 {
   color: #207DC4;
 }
</style>

background-color css

<style>
 a { background-color: #207DC4; }

 a { background-color: rgb(32,125,196); }

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

border-color css

<style>
 span { border-color: #207DC4; }

 span { border-color: rgb(32,125,196); }

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