Html Css Color HEX #2F93CE Curious Blue

📋 copy color: '#2F93CE'

red 47 ◦ green 147 ◦ blue 206

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

Shades of Curious Blue #2F93CE

Tints of Curious Blue #2F93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 11.75%
G = 36.75%
B = 51.5%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F93CE (or 0x2F93CE) is known color: Curious Blue. HEX triplet: 2F, 93 and CE. RGB value is (47,147,206). Sum of RGB (Red+Green+Blue) = 47+147+206=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F93CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F93CE is #D06C31. Grayscale: #7B7B7B. Windows color (decimal): -13659186 or 13538095. OLE color: 13538095.

HSL color Cylindrical-coordinate representation of color #2F93CE: hue angle of 202.26º 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 #2F93CE is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 147 206 -
CMYK 0.77 0.29 0 0.19
HSL 202.26º 0.63% 0.5% -
HSV(B) 202.26º 0.77% 0.81% -
XYZ 22.75 25.93 62.2 -
YUV 123.83 174.37 73.2 -
System Red Green Blue C M Y K H S L
Decimal 47 147 206 0.77 0.29 0 0.19 202.26 0.63 0.5
Hex 2F 93 CE 4D 1D 0 13 CA 3F 32
Octal 57 223 316 115 35 0 23 312 77 62
Binary 101111 10010011 11001110 1001101 11101 0 10011 11001010 111111 110010

Color Harmonies of #2F93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F93CE

Black with #2F93CE

Text Example


Text Example

White with #2F93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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