Html Css Color HEX #2F83CA Curious Blue

📋 copy color: '#2F83CA'

red 47 ◦ green 131 ◦ blue 202

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

Shades of Curious Blue #2F83CA

Tints of Curious Blue #2F83CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 12.37%
G = 34.47%
B = 53.16%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F83CA (or 0x2F83CA) is known color: Curious Blue. HEX triplet: 2F, 83 and CA. RGB value is (47,131,202). Sum of RGB (Red+Green+Blue) = 47+131+202=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F83CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F83CA is #D07C35. Grayscale: #717171. Windows color (decimal): -13663286 or 13271855. OLE color: 13271855.

HSL color Cylindrical-coordinate representation of color #2F83CA: hue angle of 207.48º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F83CA is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 131 202 -
CMYK 0.77 0.35 0 0.21
HSL 207.48º 0.62% 0.49% -
HSV(B) 207.48º 0.77% 0.79% -
XYZ 19.95 21.1 58.9 -
YUV 113.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 47 131 202 0.77 0.35 0 0.21 207.48 0.62 0.49
Hex 2F 83 CA 4D 23 0 15 CF 3E 31
Octal 57 203 312 115 43 0 25 317 76 61
Binary 101111 10000011 11001010 1001101 100011 0 10101 11001111 111110 110001

Color Harmonies of #2F83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F83CA

Black with #2F83CA

Text Example


Text Example

White with #2F83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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