Html Css Color HEX #2F85DA Curious Blue

📋 copy color: '#2F85DA'

red 47 ◦ green 133 ◦ blue 218

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

Shades of Curious Blue #2F85DA

Tints of Curious Blue #2F85DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 11.81%
G = 33.42%
B = 54.77%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F85DA (or 0x2F85DA) is known color: Curious Blue. HEX triplet: 2F, 85 and DA. RGB value is (47,133,218). Sum of RGB (Red+Green+Blue) = 47+133+218=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F85DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F85DA is #D07A25. Grayscale: #747474. Windows color (decimal): -13662758 or 14320943. OLE color: 14320943.

HSL color Cylindrical-coordinate representation of color #2F85DA: hue angle of 209.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F85DA is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 133 218 -
CMYK 0.78 0.39 0 0.15
HSL 209.82º 0.7% 0.52% -
HSV(B) 209.82º 0.78% 0.85% -
XYZ 22.21 22.44 69.49 -
YUV 116.98 185.01 78.09 -
System Red Green Blue C M Y K H S L
Decimal 47 133 218 0.78 0.39 0 0.15 209.82 0.7 0.52
Hex 2F 85 DA 4E 27 0 F D2 46 34
Octal 57 205 332 116 47 0 17 322 106 64
Binary 101111 10000101 11011010 1001110 100111 0 1111 11010010 1000110 110100

Color Harmonies of #2F85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F85DA

Black with #2F85DA

Text Example


Text Example

White with #2F85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,218); }

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

background-color css

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

 a { background-color: rgb(47,133,218); }

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

border-color css

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

 span { border-color: rgb(47,133,218); }

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