Html Css Color HEX #2F68BE Cerulean Blue

📋 copy color: '#2F68BE'

red 47 ◦ green 104 ◦ blue 190

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

Shades of Cerulean Blue #2F68BE

Tints of Cerulean Blue #2F68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 190 (74.61% from 255) = 55.72%

R = 13.78%
G = 30.5%
B = 55.72%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F68BE (or 0x2F68BE) is known color: Cerulean Blue. HEX triplet: 2F, 68 and BE. RGB value is (47,104,190). Sum of RGB (Red+Green+Blue) = 47+104+190=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F68BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F68BE is #D09741. Grayscale: #606060. Windows color (decimal): -13670210 or 12478511. OLE color: 12478511.

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

Color convert

RGB 47 104 190 -
CMYK 0.75 0.45 0 0.25
HSL 216.08º 0.6% 0.46% -
HSV(B) 216.08º 0.75% 0.75% -
XYZ 15.42 14.22 50.65 -
YUV 96.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 47 104 190 0.75 0.45 0 0.25 216.08 0.6 0.46
Hex 2F 68 BE 4B 2D 0 19 D8 3C 2E
Octal 57 150 276 113 55 0 31 330 74 56
Binary 101111 1101000 10111110 1001011 101101 0 11001 11011000 111100 101110

Color Harmonies of #2F68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F68BE

Black with #2F68BE

Text Example


Text Example

White with #2F68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,104,190); }

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

background-color css

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

 a { background-color: rgb(47,104,190); }

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

border-color css

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

 span { border-color: rgb(47,104,190); }

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