Html Css Color HEX #297DD4 Curious Blue

📋 copy color: '#297DD4'

red 41 ◦ green 125 ◦ blue 212

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

Shades of Curious Blue #297DD4

Tints of Curious Blue #297DD4

RGB

 RED value IS 41 (16.41% from 255) = 10.85%

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

 BLUE value IS 212 (83.2% from 255) = 56.08%

R = 10.85%
G = 33.07%
B = 56.08%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#297DD4 (or 0x297DD4) is known color: Curious Blue. HEX triplet: 29, 7D and D4. RGB value is (41,125,212). Sum of RGB (Red+Green+Blue) = 41+125+212=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 212 (83.20% from 255 or 56.08% from 378); Max value from RGB is 212 - color contains mainly: blue. Hex color #297DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DD4 is #D6822B. Grayscale: #6D6D6D. Windows color (decimal): -14058028 or 13925673. OLE color: 13925673.

HSL color Cylindrical-coordinate representation of color #297DD4: hue angle of 210.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297DD4 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 41 125 212 -
CMYK 0.81 0.41 0 0.17
HSL 210.53º 0.68% 0.5% -
HSV(B) 210.53º 0.81% 0.83% -
XYZ 20.13 19.89 65.07 -
YUV 109.8 185.67 78.93 -
System Red Green Blue C M Y K H S L
Decimal 41 125 212 0.81 0.41 0 0.17 210.53 0.68 0.5
Hex 29 7D D4 51 29 0 11 D3 44 32
Octal 51 175 324 121 51 0 21 323 104 62
Binary 101001 1111101 11010100 1010001 101001 0 10001 11010011 1000100 110010

Color Harmonies of #297DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DD4

Black with #297DD4

Text Example


Text Example

White with #297DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297DD4; }

 p { color: rgb(41,125,212); }

 H1.HeaderClassName
 {
   color: #297DD4;
 }
 .AnyTagClassName
 {
   color: #297DD4;
 }
</style>

background-color css

<style>
 a { background-color: #297DD4; }

 a { background-color: rgb(41,125,212); }

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

border-color css

<style>
 span { border-color: #297DD4; }

 span { border-color: rgb(41,125,212); }

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