Html Css Color HEX #2F69BA Cerulean Blue

📋 copy color: '#2F69BA'

red 47 ◦ green 105 ◦ blue 186

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

Shades of Cerulean Blue #2F69BA

Tints of Cerulean Blue #2F69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 13.91%
G = 31.07%
B = 55.03%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F69BA (or 0x2F69BA) is known color: Cerulean Blue. HEX triplet: 2F, 69 and BA. RGB value is (47,105,186). Sum of RGB (Red+Green+Blue) = 47+105+186=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F69BA is #D09645. Grayscale: #606060. Windows color (decimal): -13669958 or 12216623. OLE color: 12216623.

HSL color Cylindrical-coordinate representation of color #2F69BA: hue angle of 214.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F69BA is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 105 186 -
CMYK 0.75 0.44 0 0.27
HSL 214.96º 0.6% 0.46% -
HSV(B) 214.96º 0.75% 0.73% -
XYZ 15.09 14.25 48.41 -
YUV 96.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 47 105 186 0.75 0.44 0 0.27 214.96 0.6 0.46
Hex 2F 69 BA 4B 2C 0 1B D7 3C 2E
Octal 57 151 272 113 54 0 33 327 74 56
Binary 101111 1101001 10111010 1001011 101100 0 11011 11010111 111100 101110

Color Harmonies of #2F69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F69BA

Black with #2F69BA

Text Example


Text Example

White with #2F69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,105,186); }

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

background-color css

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

 a { background-color: rgb(47,105,186); }

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

border-color css

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

 span { border-color: rgb(47,105,186); }

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