Html Css Color HEX #2F6BCA Cerulean Blue

📋 copy color: '#2F6BCA'

red 47 ◦ green 107 ◦ blue 202

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

Shades of Cerulean Blue #2F6BCA

Tints of Cerulean Blue #2F6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

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

R = 13.2%
G = 30.06%
B = 56.74%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F6BCA (or 0x2F6BCA) is known color: Cerulean Blue. HEX triplet: 2F, 6B and CA. RGB value is (47,107,202). Sum of RGB (Red+Green+Blue) = 47+107+202=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F6BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6BCA is #D09435. Grayscale: #636363. Windows color (decimal): -13669430 or 13265711. OLE color: 13265711.

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

Color convert

RGB 47 107 202 -
CMYK 0.77 0.47 0 0.21
HSL 216.77º 0.62% 0.49% -
HSV(B) 216.77º 0.77% 0.79% -
XYZ 17.09 15.38 57.95 -
YUV 99.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 47 107 202 0.77 0.47 0 0.21 216.77 0.62 0.49
Hex 2F 6B CA 4D 2F 0 15 D9 3E 31
Octal 57 153 312 115 57 0 25 331 76 61
Binary 101111 1101011 11001010 1001101 101111 0 10101 11011001 111110 110001

Color Harmonies of #2F6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6BCA

Black with #2F6BCA

Text Example


Text Example

White with #2F6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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