Html Css Color HEX #2F94CE Curious Blue

📋 copy color: '#2F94CE'

red 47 ◦ green 148 ◦ blue 206

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

Shades of Curious Blue #2F94CE

Tints of Curious Blue #2F94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 11.72%
G = 36.91%
B = 51.37%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F94CE (or 0x2F94CE) is known color: Curious Blue. HEX triplet: 2F, 94 and CE. RGB value is (47,148,206). Sum of RGB (Red+Green+Blue) = 47+148+206=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F94CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F94CE is #D06B31. Grayscale: #7C7C7C. Windows color (decimal): -13658930 or 13538351. OLE color: 13538351.

HSL color Cylindrical-coordinate representation of color #2F94CE: hue angle of 201.89º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F94CE is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 148 206 -
CMYK 0.77 0.28 0 0.19
HSL 201.89º 0.63% 0.5% -
HSV(B) 201.89º 0.77% 0.81% -
XYZ 22.9 26.24 62.25 -
YUV 124.41 174.04 72.78 -
System Red Green Blue C M Y K H S L
Decimal 47 148 206 0.77 0.28 0 0.19 201.89 0.63 0.5
Hex 2F 94 CE 4D 1C 0 13 CA 3F 32
Octal 57 224 316 115 34 0 23 312 77 62
Binary 101111 10010100 11001110 1001101 11100 0 10011 11001010 111111 110010

Color Harmonies of #2F94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F94CE

Black with #2F94CE

Text Example


Text Example

White with #2F94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,206); }

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

background-color css

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

 a { background-color: rgb(47,148,206); }

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

border-color css

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

 span { border-color: rgb(47,148,206); }

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