Html Css Color HEX #2345CA Cerulean Blue

📋 copy color: '#2345CA'

red 35 ◦ green 69 ◦ blue 202

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

Shades of Cerulean Blue #2345CA

Tints of Cerulean Blue #2345CA

RGB

 RED value IS 35 (14.06% from 255) = 11.44%

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 11.44%
G = 22.55%
B = 66.01%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2345CA (or 0x2345CA) is known color: Cerulean Blue. HEX triplet: 23, 45 and CA. RGB value is (35,69,202). Sum of RGB (Red+Green+Blue) = 35+69+202=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #2345CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345CA is #DCBA35. Grayscale: #494949. Windows color (decimal): -14465590 or 13255971. OLE color: 13255971.

HSL color Cylindrical-coordinate representation of color #2345CA: hue angle of 227.78º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2345CA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 69 202 -
CMYK 0.83 0.66 0 0.21
HSL 227.78º 0.7% 0.46% -
HSV(B) 227.78º 0.83% 0.79% -
XYZ 13.48 8.88 56.88 -
YUV 74 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 35 69 202 0.83 0.66 0 0.21 227.78 0.7 0.46
Hex 23 45 CA 53 42 0 15 E4 46 2E
Octal 43 105 312 123 102 0 25 344 106 56
Binary 100011 1000101 11001010 1010011 1000010 0 10101 11100100 1000110 101110

Color Harmonies of #2345CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2345CA

Black with #2345CA

Text Example


Text Example

White with #2345CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2345CA; }

 p { color: rgb(35,69,202); }

 H1.HeaderClassName
 {
   color: #2345CA;
 }
 .AnyTagClassName
 {
   color: #2345CA;
 }
</style>

background-color css

<style>
 a { background-color: #2345CA; }

 a { background-color: rgb(35,69,202); }

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

border-color css

<style>
 span { border-color: #2345CA; }

 span { border-color: rgb(35,69,202); }

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