Html Css Color HEX #2F83CE Curious Blue

📋 copy color: '#2F83CE'

red 47 ◦ green 131 ◦ blue 206

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

Shades of Curious Blue #2F83CE

Tints of Curious Blue #2F83CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 12.24%
G = 34.11%
B = 53.65%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F83CE (or 0x2F83CE) is known color: Curious Blue. HEX triplet: 2F, 83 and CE. RGB value is (47,131,206). Sum of RGB (Red+Green+Blue) = 47+131+206=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F83CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F83CE is #D07C31. Grayscale: #727272. Windows color (decimal): -13663282 or 13533999. OLE color: 13533999.

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

Color convert

RGB 47 131 206 -
CMYK 0.77 0.36 0 0.19
HSL 208.3º 0.63% 0.5% -
HSV(B) 208.3º 0.77% 0.81% -
XYZ 20.43 21.29 61.43 -
YUV 114.43 179.67 79.9 -
System Red Green Blue C M Y K H S L
Decimal 47 131 206 0.77 0.36 0 0.19 208.3 0.63 0.5
Hex 2F 83 CE 4D 24 0 13 D0 3F 32
Octal 57 203 316 115 44 0 23 320 77 62
Binary 101111 10000011 11001110 1001101 100100 0 10011 11010000 111111 110010

Color Harmonies of #2F83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F83CE

Black with #2F83CE

Text Example


Text Example

White with #2F83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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