Html Css Color HEX #2F7DC8 Curious Blue

📋 copy color: '#2F7DC8'

red 47 ◦ green 125 ◦ blue 200

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

Shades of Curious Blue #2F7DC8

Tints of Curious Blue #2F7DC8

RGB

 RED value IS 47 (18.75% from 255) = 12.63%

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

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 12.63%
G = 33.6%
B = 53.76%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2F7DC8 (or 0x2F7DC8) is known color: Curious Blue. HEX triplet: 2F, 7D and C8. RGB value is (47,125,200). Sum of RGB (Red+Green+Blue) = 47+125+200=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #2F7DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7DC8 is #D08237. Grayscale: #6D6D6D. Windows color (decimal): -13664824 or 13139247. OLE color: 13139247.

HSL color Cylindrical-coordinate representation of color #2F7DC8: hue angle of 209.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F7DC8 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 125 200 -
CMYK 0.76 0.38 0 0.22
HSL 209.41º 0.62% 0.48% -
HSV(B) 209.41º 0.77% 0.78% -
XYZ 18.93 19.44 57.4 -
YUV 110.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 47 125 200 0.76 0.38 0 0.22 209.41 0.62 0.48
Hex 2F 7D C8 4C 26 0 16 D1 3E 30
Octal 57 175 310 114 46 0 26 321 76 60
Binary 101111 1111101 11001000 1001100 100110 0 10110 11010001 111110 110000

Color Harmonies of #2F7DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7DC8

Black with #2F7DC8

Text Example


Text Example

White with #2F7DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F7DC8; }

 p { color: rgb(47,125,200); }

 H1.HeaderClassName
 {
   color: #2F7DC8;
 }
 .AnyTagClassName
 {
   color: #2F7DC8;
 }
</style>

background-color css

<style>
 a { background-color: #2F7DC8; }

 a { background-color: rgb(47,125,200); }

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

border-color css

<style>
 span { border-color: #2F7DC8; }

 span { border-color: rgb(47,125,200); }

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