Html Css Color HEX #2B85FC Dodger Blue

📋 copy color: '#2B85FC'

red 43 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #2B85FC

Tints of Dodger Blue #2B85FC

RGB

 RED value IS 43 (17.19% from 255) = 10.05%

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 10.05%
G = 31.07%
B = 58.88%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B85FC (or 0x2B85FC) is known color: Dodger Blue. HEX triplet: 2B, 85 and FC. RGB value is (43,133,252). Sum of RGB (Red+Green+Blue) = 43+133+252=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B85FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B85FC is #D47A03. Grayscale: #777777. Windows color (decimal): -13924868 or 16549163. OLE color: 16549163.

HSL color Cylindrical-coordinate representation of color #2B85FC: hue angle of 214.16º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B85FC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 133 252 -
CMYK 0.83 0.47 0 0.01
HSL 214.16º 0.97% 0.58% -
HSV(B) 214.16º 0.83% 0.99% -
XYZ 26.95 24.32 95.37 -
YUV 119.66 202.68 73.32 -
System Red Green Blue C M Y K H S L
Decimal 43 133 252 0.83 0.47 0 0.01 214.16 0.97 0.58
Hex 2B 85 FC 53 2F 0 1 D6 61 3A
Octal 53 205 374 123 57 0 1 326 141 72
Binary 101011 10000101 11111100 1010011 101111 0 1 11010110 1100001 111010

Color Harmonies of #2B85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B85FC

Black with #2B85FC

Text Example


Text Example

White with #2B85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,252); }

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

background-color css

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

 a { background-color: rgb(43,133,252); }

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

border-color css

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

 span { border-color: rgb(43,133,252); }

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